Home
last modified time | relevance | path

Searched refs:OnErrorFinish (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp254 sharedSelf->OnErrorFinish(scheduleId); in OnBeginExecute()
316 sharedThis->OnErrorFinish(scheduleId); in OnSendData()
376 void RemoteExecutorProxy::OnErrorFinish(uint64_t scheduleId) in OnErrorFinish() function in OHOS::UserIam::UserAuth::RemoteExecutorProxy
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dremote_executor_proxy.h50 void OnErrorFinish(uint64_t scheduleId);
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/core/remoteexecutorstub_fuzzer/
H A Dremote_executor_stub_fuzzer.cpp96 remoteExecutorProxy->OnErrorFinish(scheduleId); in RemoteExecutorProxyFuzzTest()