/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_user_idm_service.h | 32 …MOCK_METHOD2(GetSecInfo, int32_t(int32_t userId, const sptr<IdmGetSecureUserInfoCallbackInterface>…
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
H A D | user_idm_interface.h | 67 …virtual int32_t GetSecInfo(int32_t userId, const sptr<IdmGetSecureUserInfoCallbackInterface> &call…
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
H A D | user_idm_proxy.h | 35 …int32_t GetSecInfo(int32_t userId, const sptr<IdmGetSecureUserInfoCallbackInterface> &callback) ov…
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/ |
H A D | user_idm_service.h | 45 …int32_t GetSecInfo(int32_t userId, const sptr<IdmGetSecureUserInfoCallbackInterface> &callback) ov…
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_idm_service_test.cpp | 242 int32_t ret = service.GetSecInfo(testUserId, testCallback); 245 ret = service.GetSecInfo(testUserId, testCallback); 256 int32_t ret = service.GetSecInfo(testUserId, testCallback); 280 ret = service.GetSecInfo(testUserId, testCallback); 282 ret = service.GetSecInfo(testUserId, testCallback);
|
H A D | user_idm_stub_test.cpp | 207 EXPECT_CALL(service, GetSecInfo(_, _)).Times(1); 208 ON_CALL(service, GetSecInfo)
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | user_idm_proxy_test.cpp | 145 EXPECT_CALL(*service, GetSecInfo(_, _)) 158 proxy->GetSecInfo(testUserId, testCallback);
|
H A D | user_idm_client_test.cpp | 499 EXPECT_CALL(*service, GetSecInfo(_, _)).Times(1); 500 ON_CALL(*service, GetSecInfo)
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | user_idm_proxy.cpp | 111 int32_t UserIdmProxy::GetSecInfo(int32_t userId, const sptr<IdmGetSecureUserInfoCallbackInterface> … in GetSecInfo() function in OHOS::UserIam::UserAuth::UserIdmProxy
|
H A D | user_idm_stub.cpp | 156 int32_t ret = GetSecInfo(userId, callback); in GetSecInfoStub()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_idm_client_impl.cpp | 261 return proxy->GetSecInfo(userId, wrapper); in GetSecUserInfo()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/useridmservice_fuzzer/ |
H A D | user_idm_service_fuzzer.cpp | 164 g_UserIdmService.GetSecInfo(userId, callback); in FuzzGetSecInfo()
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_idm_service.cpp | 193 int32_t UserIdmService::GetSecInfo(int32_t userId, const sptr<IdmGetSecureUserInfoCallbackInterface… in GetSecInfo() function in OHOS::UserIam::UserAuth::UserIdmService
|