Home
last modified time | relevance | path

Searched refs:SCHEDULER (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/
H A D_hdf_pin_auth_v20.md46 | [ExecutorRole](#executorrole) : int { SCHEDULER = 0 , COLLECTOR = 1 , VERIFIER = 2 , ALL_IN_ONE =…
87 | SCHEDULER | 执行器角色为调度器。 |
H A D_pin_auth_types_8idl_v20.md31 | [ExecutorRole](_hdf_pin_auth_v20.md#executorrole) : int { SCHEDULER = 0 , COLLECTOR = 1 , VERIFIE…
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dhdi_message_callback_service.cpp54 bool roleRet = attr.SetInt32Value(Attributes::ATTR_SRC_ROLE, SCHEDULER); in OnMessage()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Diam_common_defines.h83 SCHEDULER = 0, enumerator
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dexecutor_func_common.h41 SCHEDULER = 0, enumerator
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/inc/
H A Dcommon_dummy.h59 return SCHEDULER; in GetExecutorRole()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dco_auth_stub_test.cpp50 testInfo.executorRole = SCHEDULER;
H A Dco_auth_service_test.cpp59 info.executorRole = SCHEDULER;
H A Dschedule_node_test.cpp600 testDstRole = SCHEDULER;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dasync_command_base.cpp113 int32_t ret = MessengerSendData(scheduleId_, SCHEDULER, data); in OnAcquireInfoInner()
/ohos5.0/drivers/interface/pin_auth/v2_0/
H A DPinAuthTypes.idl67 SCHEDULER = 0,
/ohos5.0/drivers/interface/pin_auth/v2_1/
H A DPinAuthTypes.idl71 SCHEDULER = 0,
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dauth_command_unit_test.cpp174 EXPECT_EQ(dstRole, SCHEDULER); in __anon365e08aa0402()
H A Didentify_command_unit_test.cpp175 EXPECT_EQ(dstRole, SCHEDULER); in __anon8aa13ab40402()
H A Denroll_command_unit_test.cpp174 EXPECT_EQ(dstRole, SCHEDULER); in __anon10925dc40402()
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dpin_auth_test.cpp174 …int32_t result = pinAuth->GetExecutorInfo(HDI::PinAuth::HdiExecutorRole::SCHEDULER, pubKey, esl, a…
/ohos5.0/drivers/interface/face_auth/v2_0/
H A DFaceAuthTypes.idl64 SCHEDULER = 0,
/ohos5.0/drivers/interface/fingerprint_auth/v2_0/
H A DFingerprintAuthTypes.idl64 SCHEDULER = 0,
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_impl.cpp189 if (dstRole == SCHEDULER) { in SendMessage()