Home
last modified time | relevance | path

Searched refs:OnEndExecuteInner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/framework/
H A Dframework_executor_callback.h54 ResultCode OnEndExecuteInner(uint64_t scheduleId, const Attributes &consumerAttr);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp87 return OnEndExecuteInner(scheduleId, commandAttrs); in OnEndExecute()
90 ResultCode FrameworkExecutorCallback::OnEndExecuteInner(uint64_t scheduleId, const Attributes &cons… in OnEndExecuteInner() function in OHOS::UserIam::UserAuth::FrameworkExecutorCallback