Home
last modified time | relevance | path

Searched refs:ON_GET_SEC_INFO (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Didm_get_secure_user_info_callback_interface_ipc_interface_code.h24 ON_GET_SEC_INFO = 0, enumerator
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_callback_stub_test.cpp137 uint32_t code = IdmGetSecureUserInfoCallbackInterfaceCode::ON_GET_SEC_INFO;
158 uint32_t code = IdmGetSecureUserInfoCallbackInterfaceCode::ON_GET_SEC_INFO;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_idm_callback_proxy.cpp205 bool ret = SendRequest(IdmGetSecureUserInfoCallbackInterfaceCode::ON_GET_SEC_INFO, data, reply); in OnSecureUserInfo()
H A Duser_idm_callback_stub.cpp171 if (code == IdmGetSecureUserInfoCallbackInterfaceCode::ON_GET_SEC_INFO) { in OnRemoteRequest()