Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Duser_auth_interface_ipc_interface_code.h31 USER_AUTH_ON_RESULT, enumerator
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_callback_stub.cpp38 case UserAuthInterfaceCode::USER_AUTH_ON_RESULT: in OnRemoteRequest()
H A Duser_auth_callback_proxy.cpp48 bool ret = SendRequest(UserAuthInterfaceCode::USER_AUTH_ON_RESULT, data, reply); in OnResult()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_callback_proxy_test.cpp52 EXPECT_EQ(code, UserAuthInterfaceCode::USER_AUTH_ON_RESULT); in __anon717cac220102()
H A Duser_auth_callback_stub_test.cpp54 uint32_t code = UserAuthInterfaceCode::USER_AUTH_ON_RESULT;