Home
last modified time | relevance | path

Searched refs:GetSecInfo (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_user_idm_service.h32 …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 Duser_idm_interface.h67 …virtual int32_t GetSecInfo(int32_t userId, const sptr<IdmGetSecureUserInfoCallbackInterface> &call…
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_idm_proxy.h35 …int32_t GetSecInfo(int32_t userId, const sptr<IdmGetSecureUserInfoCallbackInterface> &callback) ov…
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_idm_service.h45 …int32_t GetSecInfo(int32_t userId, const sptr<IdmGetSecureUserInfoCallbackInterface> &callback) ov…
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_service_test.cpp242 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 Duser_idm_stub_test.cpp207 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 Duser_idm_proxy_test.cpp145 EXPECT_CALL(*service, GetSecInfo(_, _))
158 proxy->GetSecInfo(testUserId, testCallback);
H A Duser_idm_client_test.cpp499 EXPECT_CALL(*service, GetSecInfo(_, _)).Times(1);
500 ON_CALL(*service, GetSecInfo)
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_idm_proxy.cpp111 int32_t UserIdmProxy::GetSecInfo(int32_t userId, const sptr<IdmGetSecureUserInfoCallbackInterface> … in GetSecInfo() function in OHOS::UserIam::UserAuth::UserIdmProxy
H A Duser_idm_stub.cpp156 int32_t ret = GetSecInfo(userId, callback); in GetSecInfoStub()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_idm_client_impl.cpp261 return proxy->GetSecInfo(userId, wrapper); in GetSecUserInfo()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/useridmservice_fuzzer/
H A Duser_idm_service_fuzzer.cpp164 g_UserIdmService.GetSecInfo(userId, callback); in FuzzGetSecInfo()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp193 int32_t UserIdmService::GetSecInfo(int32_t userId, const sptr<IdmGetSecureUserInfoCallbackInterface… in GetSecInfo() function in OHOS::UserIam::UserAuth::UserIdmService