Home
last modified time | relevance | path

Searched refs:USER_AUTH_GET_EX_PROP (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.h32 USER_AUTH_GET_EX_PROP, enumerator
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_callback_stub.cpp101 if (code == UserAuthInterfaceCode::USER_AUTH_GET_EX_PROP) { in OnRemoteRequest()
H A Duser_auth_callback_proxy.cpp124 bool ret = SendRequest(UserAuthInterfaceCode::USER_AUTH_GET_EX_PROP, data, reply); in OnGetExecutorPropertyResult()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_callback_proxy_test.cpp93 EXPECT_EQ(code, UserAuthInterfaceCode::USER_AUTH_GET_EX_PROP); in __anon717cac220302()
H A Duser_auth_callback_stub_test.cpp98 uint32_t code = UserAuthInterfaceCode::USER_AUTH_GET_EX_PROP;