Home
last modified time | relevance | path

Searched refs:ProcessEnrollCommand (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.h58 ResultCode ProcessEnrollCommand(uint64_t scheduleId, const Attributes &properties);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp69 ret = ProcessEnrollCommand(scheduleId, commandAttrs); in OnBeginExecuteInner()
191 ResultCode FrameworkExecutorCallback::ProcessEnrollCommand(uint64_t scheduleId, const Attributes &p… in ProcessEnrollCommand() function in OHOS::UserIam::UserAuth::FrameworkExecutorCallback