/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/pinholder_fuzzer/ |
H A D | pinholder_fuzzer.cpp | 34 …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 D | UTTest_dm_pin_holder.cpp | 179 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 D | UTTest_device_manager_notify.h | 116 …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 D | UTTest_dm_pin_holder.h | 146 … 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 D | UTTest_ipc_cmd_parser_client.cpp | 441 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 D | UTTest_device_manager_service_listener.cpp | 371 DmPinType pinType = static_cast<DmPinType>(1); variable 386 DmPinType pinType = static_cast<DmPinType>(1); variable
|
H A D | UTTest_device_manager_service_two.cpp | 180 DmPinType pinType = NUMBER_PIN_CODE; variable
|
H A D | UTTest_device_manager_service.cpp | 1898 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 D | ipc_destroy_pin_holder_req.h | 63 void SetPinType(int32_t pinType) in SetPinType()
|
H A D | ipc_create_pin_holder_req.h | 103 void SetPinType(int32_t pinType) in SetPinType()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
H A D | pin_holder.cpp | 93 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 D | device_manager_service_fuzzer.cpp | 31 DmPinType pinType = DmPinType::QR_CODE; in DeviceManagerServiceFuzzTest() local
|
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/addcredential_fuzzer/ |
H A D | addcredential_fuzzer.cpp | 47 … 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 D | updatecredential_fuzzer.cpp | 46 … 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 D | napi_native_object.cpp | 121 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 D | addcredentialstub_fuzzer.cpp | 55 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 D | updatecredentialstub_fuzzer.cpp | 53 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 D | user_idm_callback_stub.cpp | 126 int32_t pinType = 0; in ReadCredentialInfoList() local
|
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | account_iam_client_callback_proxy.cpp | 119 PinSubType pinType = info.pinType.value_or(PinSubType::PIN_MAX); in OnCredentialInfo() local
|
/ohos5.0/base/account/os_account/frameworks/account_iam/src/ |
H A D | account_iam_callback_stub.cpp | 122 int32_t pinType = 0; in ProcOnCredentialInfo() local
|
H A D | account_iam_mgr_proxy.cpp | 121 PinSubType pinType = credInfo.pinType.value_or(PinSubType::PIN_MAX); in AddOrUpdateCredential() local
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 383 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 D | device_manager_service_listener.cpp | 369 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 D | ipc_cmd_parser.cpp | 1161 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 D | device_manager_notify.cpp | 888 DmPinType pinType, const std::string &payload) in OnPinHolderCreate() 911 void DeviceManagerNotify::OnPinHolderDestroy(const std::string &pkgName, DmPinType pinType, in OnPinHolderDestroy()
|