Searched refs:IsCanceled (Results 1 – 4 of 4) sorted by relevance
18 MOCK_CONST_METHOD0(IsCanceled, bool());
73 virtual bool IsCanceled() const = 0;
158 while (!IsCanceled()) { in EnterDispatchLoop()198 bool ServiceDispatcher::IsCanceled() const { return canceled_; } in IsCanceled() function in android::pdx::uds::ServiceDispatcher
28 bool IsCanceled() const override;