Home
last modified time | relevance | path

Searched refs:GetUserId (Results 1 - 25 of 101) sorted by relevance

12345

/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dsubscribe_info.cpp37 int32_t CommonEventSubscribeInfoImpl::GetUserId() in GetUserId() function in OHOS::CommonEventManager::CommonEventSubscribeInfoImpl
39 return info_->GetUserId(); in GetUserId()
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Denrolled_info_test.cpp41 HWTEST_F(EnrolledInfoTest, GetUserId, TestSize.Level0) in HWTEST_F()
49 int32_t ret = enrolledInfoImpl.GetUserId(); in HWTEST_F()
H A Duser_info_test.cpp43 HWTEST_F(UserInfoTest, GetUserId, TestSize.Level0) in HWTEST_F()
48 int32_t ret = UserInfoImpl.GetUserId(); in HWTEST_F()
H A Dsecure_user_info_test.cpp43 HWTEST_F(SecureUserInfoTest, GetUserId, TestSize.Level0) in HWTEST_F()
50 int32_t ret = secureUserInfoImpl.GetUserId(); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dmock_notification.cpp35 int32_t Notification::GetUserId() const in GetUserId() function in OHOS::Notification::Notification
/base/useriam/user_auth_framework/services/core/src/
H A Duser_info_impl.cpp25 int32_t UserInfoImpl::GetUserId() const in GetUserId() function in OHOS::UserIam::UserAuth::UserInfoImpl
H A Denrolled_info_impl.cpp25 int32_t EnrolledInfoImpl::GetUserId() const in GetUserId() function in OHOS::UserIam::UserAuth::EnrolledInfoImpl
H A Duser_info_impl.h31 int32_t GetUserId() const override;
H A Denrolled_info_impl.h32 int32_t GetUserId() const override;
H A Dcredential_info_impl.h32 int32_t GetUserId() const override;
H A Dcredential_info_impl.cpp30 int32_t CredentialInfoImpl::GetUserId() const in GetUserId() function in OHOS::UserIam::UserAuth::CredentialInfoImpl
H A Dsecure_user_info_impl.cpp27 int32_t SecureUserInfoImpl::GetUserId() const in GetUserId() function in OHOS::UserIam::UserAuth::SecureUserInfoImpl
H A Dsecure_user_info_impl.h31 int32_t GetUserId() const override;
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_user_info.h28 MOCK_CONST_METHOD0(GetUserId, int32_t());
H A Dmock_credential_info.h29 MOCK_CONST_METHOD0(GetUserId, int32_t());
H A Dmock_secure_user_info.h28 MOCK_CONST_METHOD0(GetUserId, int32_t());
/base/useriam/user_auth_framework/services/core/inc/
H A Denrolled_info_interface.h30 virtual int32_t GetUserId() const = 0;
H A Duser_info_interface.h27 virtual int32_t GetUserId() const = 0;
H A Dcredential_info_interface.h30 virtual int32_t GetUserId() const = 0;
H A Dsecure_user_info_interface.h32 virtual int32_t GetUserId() const = 0;
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_userinfo_test.cpp71 int ret = HiAppEvent::UserInfo::GetInstance().GetUserId(TEST_USER_ID_NAME, strUserId); in HWTEST_F()
95 int ret = HiAppEvent::UserInfo::GetInstance().GetUserId("", strUserId); in HWTEST_F()
122 int ret = HiAppEvent::UserInfo::GetInstance().GetUserId(TEST_USER_ID_NAME, strUserId); in HWTEST_F()
149 int ret = HiAppEvent::UserInfo::GetInstance().GetUserId(TEST_USER_ID_NAME, strUserId); in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_userinfo.h25 bool GetUserId(const napi_env env, const napi_value name, napi_value& out);
/base/customization/enterprise_device_management/services/edm/include/connection/
H A Dienterprise_connection.h36 uint32_t GetUserId() const in GetUserId() function in OHOS::EDM::IEnterpriseConnection
/base/notification/distributed_notification_service/tools/test/mock/
H A Dmock_ans_manager_stub.h31 int32_t GetUserId();
H A Dmock_ans_manager_stub.cpp32 int32_t MockAnsManagerStub::GetUserId() in GetUserId() function in OHOS::Notification::MockAnsManagerStub

Completed in 5 milliseconds

12345