Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_idm_callback_proxy.cpp48 bool ret = SendRequest(IdmCallbackInterfaceCode::IDM_CALLBACK_ON_RESULT, data, reply); in OnResult()
79 bool ret = SendRequest(IdmCallbackInterfaceCode::IDM_CALLBACK_ON_ACQUIRE_INFO, data, reply); in OnAcquireInfo()
H A Duser_idm_callback_stub.cpp40 case IdmCallbackInterfaceCode::IDM_CALLBACK_ON_RESULT: in OnRemoteRequest()
42 case IdmCallbackInterfaceCode::IDM_CALLBACK_ON_ACQUIRE_INFO: in OnRemoteRequest()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Didm_callback_interface_ipc_interface_code.h23 enum IdmCallbackInterfaceCode : uint32_t { enum
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_callback_proxy_test.cpp53 EXPECT_EQ(code, IdmCallbackInterfaceCode::IDM_CALLBACK_ON_RESULT); in __anond00db3ea0102()
73 EXPECT_EQ(code, IdmCallbackInterfaceCode::IDM_CALLBACK_ON_ACQUIRE_INFO); in __anond00db3ea0202()
H A Duser_idm_callback_stub_test.cpp53 uint32_t code = IdmCallbackInterfaceCode::IDM_CALLBACK_ON_RESULT;
75 uint32_t code = IdmCallbackInterfaceCode::IDM_CALLBACK_ON_ACQUIRE_INFO;