Home
last modified time | relevance | path

Searched refs:USER_AUTH_CANCEL_AUTH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Duser_auth_interface_ipc_interface_code.h29 USER_AUTH_CANCEL_AUTH, enumerator
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_stub_test.cpp451 uint32_t code = UserAuthInterfaceCode::USER_AUTH_CANCEL_AUTH;
476 uint32_t code = UserAuthInterfaceCode::USER_AUTH_CANCEL_AUTH;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_proxy.cpp584 bool ret = SendRequest(UserAuthInterfaceCode::USER_AUTH_CANCEL_AUTH, data, reply); in CancelAuthOrIdentify()
H A Duser_auth_stub.cpp61 case UserAuthInterfaceCode::USER_AUTH_CANCEL_AUTH: in OnRemoteRequest()