Searched refs:Cancel (Results 1 – 15 of 15) sorted by relevance
68 MOCK_METHOD0(Cancel, Status<void>());
138 virtual Status<void> Cancel() = 0;
566 Status<void> Cancel();
96 mStagingRequests.push_back(Request::Cancel); in cancel()139 case Request::Cancel: in resolveStagingRequest()
160 enum class Request { Start, Reverse, Reset, Cancel, End }; enumerator
84 Status<void> Cancel() override;
285 Status<void> Cancel() { return Status<void>(); } in Cancel() function
672 Status<void> Service::Cancel() { return endpoint_->Cancel(); } in Cancel() function in android::pdx::Service
381 TEST_F(ServiceTest, Cancel) { in TEST_F() argument382 EXPECT_CALL(*endpoint(), Cancel()).WillOnce(Return(Status<void>{})); in TEST_F()383 EXPECT_TRUE(service_->Cancel()); in TEST_F()
698 TEST_F(ServiceFrameworkTest, Cancel) { in TEST_F() argument714 service->Cancel(); in TEST_F()
752 Status<void> Endpoint::Cancel() { in Cancel() function in android::pdx::uds::Endpoint
85 * Cancel the current repeating request.
366 Cancel(); in HandleMessage()
1840 // ACTION: User tapped Cancel in the bug report details screen.2374 // ACTION: Settings > Storage > Free Up Space > Cancel2382 // ACTION: Settings > Storage > Free Up Space > Free up ... GB > Cancel2431 // ACTION: Settings -> Support -> Phone/Chat -> Disclaimer Cancel2747 // OPEN: Settings > Wifi > P2P Settings > Cancel connection dialog
1560 // OPEN: Settings > Wifi > P2P Settings > Cancel connection dialog