Searched refs:NaviPinAuth (Results 1 – 7 of 7) sorted by relevance
33 MOCK_METHOD0(NaviPinAuth, bool());
62 virtual bool NaviPinAuth() = 0;
46 bool NaviPinAuth() override;
141 bool WidgetScheduleNodeImpl::NaviPinAuth() in NaviPinAuth() function in OHOS::UserIam::UserAuth::WidgetScheduleNodeImpl
127 EXPECT_TRUE(schedule->NaviPinAuth());
80 EXPECT_CALL(*schedule, NaviPinAuth).WillRepeatedly(Return(true)); in BuildSchedule()
104 schedule_->NaviPinAuth(); in ProcessNotice()