Home
last modified time | relevance | path

Searched defs:commandAttrs (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/executorcallbackstub_fuzzer/
H A Dexecutor_callback_stub_fuzzer.cpp49 const Attributes &commandAttrs) in OnBeginExecute()
58 int32_t OnEndExecute(uint64_t scheduleId, const Attributes &commandAttrs) in OnEndExecute()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp399 auto commandAttrs = MakeShared<Attributes>(); variable
422 auto commandAttrs = MakeShared<Attributes>(); variable
465 auto commandAttrs = MakeShared<Attributes>(); variable
511 auto commandAttrs = MakeShared<Attributes>(); variable
539 auto commandAttrs = MakeShared<Attributes>(); variable
565 auto commandAttrs = MakeShared<Attributes>(); variable
611 auto commandAttrs = MakeShared<Attributes>(); variable
642 auto commandAttrs = MakeShared<Attributes>(); variable
668 auto commandAttrs = MakeShared<Attributes>(); variable
696 auto commandAttrs = MakeShared<Attributes>(); variable
[all …]
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_callback_service_test.cpp105 const Attributes &commandAttrs) { in __anon4997f8b00202()
139 [&testScheduleId](uint64_t scheduleId, const Attributes &commandAttrs) { in __anon4997f8b00302()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp49 const Attributes &commandAttrs) in OnBeginExecute()
57 const Attributes &commandAttrs) in OnBeginExecuteInner()
85 int32_t FrameworkExecutorCallback::OnEndExecute(uint64_t scheduleId, const Attributes &commandAttrs) in OnEndExecute()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/
H A Dco_auth_client_fuzzer.cpp45 const Attributes &commandAttrs) in OnBeginExecute()
54 int32_t OnEndExecute(uint64_t scheduleId, const Attributes &commandAttrs) in OnEndExecute()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Dexecutor_callback_stub.cpp101 Attributes commandAttrs(buffer); in OnBeginExecuteStub() local
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp49 const Attributes &commandAttrs) override in OnBeginExecute()
55 int32_t OnEndExecute(uint64_t scheduleId, const Attributes &commandAttrs) override in OnEndExecute()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp399 Attributes commandAttrs; in FuzzFrameworkOnBeginExecute() local