Home
last modified time | relevance | path

Searched refs:IDM_CALLBACK_ON_RESULT (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.h24 IDM_CALLBACK_ON_RESULT = 0, enumerator
/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()
H A Duser_idm_callback_stub.cpp40 case IdmCallbackInterfaceCode::IDM_CALLBACK_ON_RESULT: in OnRemoteRequest()
/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()
H A Duser_idm_callback_stub_test.cpp53 uint32_t code = IdmCallbackInterfaceCode::IDM_CALLBACK_ON_RESULT;