Home
last modified time | relevance | path

Searched refs:NaviPinAuth (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_widget_schedule_node.h33 MOCK_METHOD0(NaviPinAuth, bool());
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dwidget_schedule_node.h62 virtual bool NaviPinAuth() = 0;
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dwidget_schedule_node_impl.h46 bool NaviPinAuth() override;
H A Dwidget_schedule_node_impl.cpp141 bool WidgetScheduleNodeImpl::NaviPinAuth() in NaviPinAuth() function in OHOS::UserIam::UserAuth::WidgetScheduleNodeImpl
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_schedule_node_impl_test.cpp127 EXPECT_TRUE(schedule->NaviPinAuth());
H A Dwidget_client_test.cpp80 EXPECT_CALL(*schedule, NaviPinAuth).WillRepeatedly(Return(true)); in BuildSchedule()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_client.cpp104 schedule_->NaviPinAuth(); in ProcessNotice()