Home
last modified time | relevance | path

Searched refs:ON_GET_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_cred_info_callback_interface_ipc_interface_code.h24 ON_GET_INFO = 0, enumerator
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_callback_stub_test.cpp94 uint32_t code = IdmGetCredInfoCallbackInterfaceCode::ON_GET_INFO;
115 uint32_t code = IdmGetCredInfoCallbackInterfaceCode::ON_GET_INFO;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_idm_callback_proxy.cpp138 bool ret = SendRequest(IdmGetCredInfoCallbackInterfaceCode::ON_GET_INFO, data, reply); in OnCredentialInfos()
H A Duser_idm_callback_stub.cpp103 if (code == IdmGetCredInfoCallbackInterfaceCode::ON_GET_INFO) { in OnRemoteRequest()