Home
last modified time | relevance | path

Searched refs:GetUserId (Results 1 – 25 of 65) sorted by relevance

123

/base/useriam/user_auth_framework/test/unittest/services/src/
Denrolled_info_test.cpp41 HWTEST_F(EnrolledInfoTest, GetUserId, TestSize.Level0)
49 int32_t ret = enrolledInfoImpl.GetUserId();
Duser_info_test.cpp43 HWTEST_F(UserInfoTest, GetUserId, TestSize.Level0)
48 int32_t ret = UserInfoImpl.GetUserId();
Dsecure_user_info_test.cpp43 HWTEST_F(SecureUserInfoTest, GetUserId, TestSize.Level0)
50 int32_t ret = secureUserInfoImpl.GetUserId();
Duser_idm_database_test.cpp123 EXPECT_EQ(USER_ID, secUserInfo->GetUserId());
179 EXPECT_EQ(USER_ID, info[0]->GetUserId());
188 EXPECT_EQ(USER_ID, info[1]->GetUserId());
244 EXPECT_EQ(testCredInfo->GetUserId(), testUserId);
293 EXPECT_EQ(testCredInfos[0]->GetUserId(), testUserId);
340 EXPECT_EQ(testCredInfos[0]->GetUserId(), testUserId);
Dcredential_info_test.cpp56 HWTEST_F(CredentialInfoTest, GetUserId, TestSize.Level0)
68 int32_t ret = CredentialInfoImpl.GetUserId();
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_userinfo_test.cpp71 int ret = HiAppEvent::UserInfo::GetInstance().GetUserId(TEST_USER_ID_NAME, strUserId);
95 int ret = HiAppEvent::UserInfo::GetInstance().GetUserId("", strUserId);
122 int ret = HiAppEvent::UserInfo::GetInstance().GetUserId(TEST_USER_ID_NAME, strUserId);
149 int ret = HiAppEvent::UserInfo::GetInstance().GetUserId(TEST_USER_ID_NAME, strUserId);
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dmock_notification.cpp35 int32_t Notification::GetUserId() const in GetUserId() function in OHOS::Notification::Notification
/base/useriam/user_auth_framework/services/core/inc/
Duser_info_interface.h27 virtual int32_t GetUserId() const = 0;
Denrolled_info_interface.h30 virtual int32_t GetUserId() const = 0;
Dsecure_user_info_interface.h32 virtual int32_t GetUserId() const = 0;
Dcredential_info_interface.h30 virtual int32_t GetUserId() const = 0;
/base/useriam/user_auth_framework/test/unittest/services/mocks/
Dmock_user_info.h28 MOCK_CONST_METHOD0(GetUserId, int32_t());
Dmock_secure_user_info.h28 MOCK_CONST_METHOD0(GetUserId, int32_t());
Dmock_credential_info.h29 MOCK_CONST_METHOD0(GetUserId, int32_t());
/base/useriam/user_auth_framework/services/core/src/
Duser_info_impl.cpp25 int32_t UserInfoImpl::GetUserId() const in GetUserId() function in OHOS::UserIam::UserAuth::UserInfoImpl
Denrolled_info_impl.cpp25 int32_t EnrolledInfoImpl::GetUserId() const in GetUserId() function in OHOS::UserIam::UserAuth::EnrolledInfoImpl
Duser_info_impl.h31 int32_t GetUserId() const override;
Denrolled_info_impl.h32 int32_t GetUserId() const override;
Dsecure_user_info_impl.cpp27 int32_t SecureUserInfoImpl::GetUserId() const in GetUserId() function in OHOS::UserIam::UserAuth::SecureUserInfoImpl
Dcredential_info_impl.h32 int32_t GetUserId() const override;
Dcredential_info_impl.cpp30 int32_t CredentialInfoImpl::GetUserId() const in GetUserId() function in OHOS::UserIam::UserAuth::CredentialInfoImpl
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_hiappevent_userinfo.h25 bool GetUserId(const napi_env env, const napi_value name, napi_value& out);
/base/notification/distributed_notification_service/tools/test/mock/
Dmock_ans_manager_stub.cpp32 int32_t MockAnsManagerStub::GetUserId() in GetUserId() function in OHOS::Notification::MockAnsManagerStub
Dmock_ans_manager_stub.h31 int32_t GetUserId();
/base/customization/enterprise_device_management/services/edm/include/connection/
Dienterprise_connection.h36 uint32_t GetUserId() const in GetUserId() function

123