Searched refs:StopAuthList (Results 1 – 12 of 12) sorted by relevance
38 virtual void StopAuthList(const std::vector<AuthType> &authTypeList) = 0;
56 virtual bool StopAuthList(const std::vector<AuthType> &authTypeList) = 0;
34 MOCK_METHOD1(StopAuthList, void(const std::vector<AuthType> &authTypeList));
30 MOCK_METHOD1(StopAuthList, bool(const std::vector<AuthType> &));
43 bool StopAuthList(const std::vector<AuthType> &authTypeList) override;
112 bool WidgetScheduleNodeImpl::StopAuthList(const std::vector<AuthType> &authTypeList) in StopAuthList() function in OHOS::UserIam::UserAuth::WidgetScheduleNodeImpl176 callback->StopAuthList(stopAuthTypeList_); in OnStopAuthList()
227 widgetContext->StopAuthList(authTypeList);237 widgetContext->StopAuthList(authTypeList);255 widgetContext->StopAuthList(testTypeList);
94 EXPECT_TRUE(schedule->StopAuthList(authTypeList));
78 EXPECT_CALL(*schedule, StopAuthList).WillRepeatedly(Return(true)); in BuildSchedule()
63 void StopAuthList(const std::vector<AuthType> &authTypeList) override;
234 schedule_->StopAuthList({authType}); in AuthResult()285 void WidgetContext::StopAuthList(const std::vector<AuthType> &authTypeList) in StopAuthList() function in OHOS::UserIam::UserAuth::WidgetContext
92 schedule_->StopAuthList(authTypeList); in OnNotice()