Home
last modified time | relevance | path

Searched refs:SetAuthType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_authenticate_device_req.h63 void SetAuthType(int32_t authType) in SetAuthType() function
/ohos5.0/base/useriam/pin_auth/services/modules/executors/inc/
H A Dpin_auth_all_in_one_hdi.h60 void SetAuthType(int32_t authType);
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_builder.h39 std::shared_ptr<Builder> SetAuthType(AuthType authType) override;
H A Dschedule_node_helper.cpp83 node = builder->SetAuthType(static_cast<AuthType>(info.authType)) in ScheduleInfoToScheduleNode()
H A Dschedule_node_builder.cpp73 std::shared_ptr<Builder> ScheduleNodeBuilder::SetAuthType(AuthType authType) in SetAuthType() function in OHOS::UserIam::UserAuth::ScheduleNodeBuilder
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_all_in_one_hdi.cpp52 SetAuthType(localInfo.authType); in GetExecutorInfo()
300 void PinAuthAllInOneHdi::SetAuthType(int32_t authType) in SetAuthType() function in OHOS::UserIam::PinAuth::PinAuthAllInOneHdi
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dschedule_node.h89 virtual std::shared_ptr<Builder> SetAuthType(AuthType authType) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dschedule_node_fuzzer.cpp46 g_Builder->SetAuthType(static_cast<AuthType>(parcel.ReadInt32())); in GetScheduleNode()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dschedule_node_test.cpp184 builder->SetAuthType(PIN);
611 builder->SetAuthType(FACE);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h555 void SetAuthType(int32_t authType);
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_register.cpp372 req->SetAuthType(authType);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp242 SetAuthType(authType); in AuthenticateDevice()
2770 void DmAuthManager::SetAuthType(int32_t authType) in SetAuthType() function in OHOS::DistributedHardware::DmAuthManager
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp629 req->SetAuthType(authType); in AuthenticateDevice()