Home
last modified time | relevance | path

Searched refs:IDM_CALLBACK_ON_ACQUIRE_INFO (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Didm_callback_interface_ipc_interface_code.h25 IDM_CALLBACK_ON_ACQUIRE_INFO, enumerator
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_idm_callback_proxy.cpp79 bool ret = SendRequest(IdmCallbackInterfaceCode::IDM_CALLBACK_ON_ACQUIRE_INFO, data, reply); in OnAcquireInfo()
H A Duser_idm_callback_stub.cpp42 case IdmCallbackInterfaceCode::IDM_CALLBACK_ON_ACQUIRE_INFO: in OnRemoteRequest()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_callback_proxy_test.cpp73 EXPECT_EQ(code, IdmCallbackInterfaceCode::IDM_CALLBACK_ON_ACQUIRE_INFO); in __anond00db3ea0202()
H A Duser_idm_callback_stub_test.cpp75 uint32_t code = IdmCallbackInterfaceCode::IDM_CALLBACK_ON_ACQUIRE_INFO;