Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/framework/
H A Dframework_executor_callback.h63 ResultCode ProcessSetCachedTemplates(const Attributes &properties);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp131 ret = ProcessSetCachedTemplates(properties); in OnSetPropertyInner()
268 ResultCode FrameworkExecutorCallback::ProcessSetCachedTemplates(const Attributes &properties) in ProcessSetCachedTemplates() function in OHOS::UserIam::UserAuth::FrameworkExecutorCallback
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp498 g_frameworkExecutorCallback->ProcessSetCachedTemplates(properties); in FuzzProcessTemplateCommand()