Home
last modified time | relevance | path

Searched defs:pinType (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/pinholder_fuzzer/
H A Dpinholder_fuzzer.cpp34 …void OnPinHolderCreate(const std::string &deviceId, DmPinType pinType, const std::string &payload)… in OnPinHolderCreate()
35 void OnPinHolderDestroy(DmPinType pinType, const std::string &payload) override {} in OnPinHolderDestroy()
56 DmPinType pinType = static_cast<DmPinType>(tmp); in PinHolderFuzzTest() local
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_pin_holder.cpp179 DmPinType pinType = NUMBER_PIN_CODE; variable
190 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; variable
203 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; variable
222 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; variable
241 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; variable
261 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; variable
281 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; variable
300 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; variable
318 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; variable
336 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; variable
[all …]
H A DUTTest_device_manager_notify.h116 …void OnPinHolderCreate(const std::string &deviceId, DmPinType pinType, const std::string &payload)… in OnPinHolderCreate()
117 void OnPinHolderDestroy(DmPinType pinType, const std::string &payload) {} in OnPinHolderDestroy()
H A DUTTest_dm_pin_holder.h146 … void OnPinHolderCreate(const std::string &pkgName, const std::string &deviceId, DmPinType pinType, in OnPinHolderCreate()
155 …void OnPinHolderDestroy(const std::string &pkgName, DmPinType pinType, const std::string &payload)… in OnPinHolderDestroy()
H A DUTTest_ipc_cmd_parser_client.cpp441 DmPinType pinType = NUMBER_PIN_CODE; variable
462 DmPinType pinType = NUMBER_PIN_CODE; variable
580 int32_t pinType = 1; variable
600 int32_t pinType = 1; variable
H A DUTTest_device_manager_service_listener.cpp371 DmPinType pinType = static_cast<DmPinType>(1); variable
386 DmPinType pinType = static_cast<DmPinType>(1); variable
H A DUTTest_device_manager_service_two.cpp180 DmPinType pinType = NUMBER_PIN_CODE; variable
H A DUTTest_device_manager_service.cpp1898 DmPinType pinType = DmPinType::QR_CODE; variable
1908 DmPinType pinType = DmPinType::QR_CODE; variable
1919 DmPinType pinType = DmPinType::QR_CODE; variable
1929 DmPinType pinType = DmPinType::QR_CODE; variable
2084 DmPinType pinType = DmPinType::QR_CODE; variable
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_destroy_pin_holder_req.h63 void SetPinType(int32_t pinType) in SetPinType()
H A Dipc_create_pin_holder_req.h103 void SetPinType(int32_t pinType) in SetPinType()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp93 const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) in CreatePinHolder()
137 …lder::DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, in DestroyPinHolder()
268 DmPinType pinType = static_cast<DmPinType>(jsonObject[TAG_PIN_TYPE].get<int32_t>()); in ProcessCreateMsg() local
349 DmPinType pinType = static_cast<DmPinType>(jsonObject[TAG_PIN_TYPE].get<int32_t>()); in ProcessDestroyMsg() local
620 DmPinType pinType = static_cast<DmPinType>(jsonObject[TAG_PIN_TYPE].get<int32_t>()); in NotifyPinHolderEvent() local
651 DmPinType pinType = static_cast<DmPinType>(jsonObject[TAG_PIN_TYPE].get<int32_t>()); in ProcessChangeMsg() local
/ohos5.0/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicemanagerservice_fuzzer/
H A Ddevice_manager_service_fuzzer.cpp31 DmPinType pinType = DmPinType::QR_CODE; in DeviceManagerServiceFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/addcredential_fuzzer/
H A Daddcredential_fuzzer.cpp47 … std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(UserIam::UserAuth::PIN_MAX)}; in AddCredentialFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/updatecredential_fuzzer/
H A Dupdatecredential_fuzzer.cpp46 … std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(UserIam::UserAuth::PIN_MAX)}; in UpdateCredentialFuzzTest() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp121 static std::string GetFormatPinCode(uint32_t pinType, uint32_t pinCode) in GetFormatPinCode()
152 napi_value pinType = nullptr; in ToNapiValue() local
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount_stub/addcredentialstub_fuzzer/
H A Daddcredentialstub_fuzzer.cpp55 std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(PinSubType::PIN_MAX)}; in AddCredentialStubFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount_stub/updatecredentialstub_fuzzer/
H A Dupdatecredentialstub_fuzzer.cpp53 std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(PinSubType::PIN_MAX)}; in UpdateCredentialStubFuzzTest() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_idm_callback_stub.cpp126 int32_t pinType = 0; in ReadCredentialInfoList() local
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_client_callback_proxy.cpp119 PinSubType pinType = info.pinType.value_or(PinSubType::PIN_MAX); in OnCredentialInfo() local
/ohos5.0/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_callback_stub.cpp122 int32_t pinType = 0; in ProcOnCredentialInfo() local
H A Daccount_iam_mgr_proxy.cpp121 PinSubType pinType = credInfo.pinType.value_or(PinSubType::PIN_MAX); in AddOrUpdateCredential() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp383 DmPinType pinType, const std::string &payload) in CreatePinHolder()
393 DmPinType pinType, const std::string &payload) in DestroyPinHolder()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp369 DmPinType pinType, const std::string &payload) in OnPinHolderCreate()
382 void DeviceManagerServiceListener::OnPinHolderDestroy(const std::string &pkgName, DmPinType pinType, in OnPinHolderDestroy()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp1161 DmPinType pinType = static_cast<DmPinType>(data.ReadInt32()); in ON_IPC_CMD() local
1175 DmPinType pinType = static_cast<DmPinType>(data.ReadInt32()); in ON_IPC_CMD() local
1193 int32_t pinType = pReq->GetPinType(); in ON_IPC_SET_REQUEST() local
1232 int32_t pinType = pReq->GetPinType(); in ON_IPC_SET_REQUEST() local
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/
H A Ddevice_manager_notify.cpp888 DmPinType pinType, const std::string &payload) in OnPinHolderCreate()
911 void DeviceManagerNotify::OnPinHolderDestroy(const std::string &pkgName, DmPinType pinType, in OnPinHolderDestroy()

12