/foundation/distributedhardware/device_manager/test/commonfuzztest/pinholder_fuzzer/ |
H A D | pinholder_fuzzer.cpp | 56 DmPinType pinType = static_cast<DmPinType>(tmp); in PinHolderFuzzTest() local
|
/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
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_common.cpp | 44 std::string GetFormatPinCode(uint32_t pinType, uint32_t pinCode) in GetFormatPinCode() argument
|
/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() argument
|
H A D | ipc_create_pin_holder_req.h | 103 void SetPinType(int32_t pinType) in SetPinType() argument
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_native_object.cpp | 118 static std::string GetFormatPinCode(uint32_t pinType, uint32_t pinCode) in GetFormatPinCode() argument 149 napi_value pinType = nullptr; in ToNapiValue() local
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_listener.cpp | 371 DmPinType pinType = static_cast<DmPinType>(1); in HWTEST_F() local 386 DmPinType pinType = static_cast<DmPinType>(1); in HWTEST_F() local
|
H A D | UTTest_dm_pin_holder.h | 151 (void)pinType; variable 158 (void)pinType; variable
|
H A D | UTTest_device_manager_notify.h | 116 void OnPinHolderCreate(const std::string &deviceId, DmPinType pinType, const std::string &payload) {} in OnPinHolderCreate() argument 117 void OnPinHolderDestroy(DmPinType pinType, const std::string &payload) {} in OnPinHolderDestroy() argument
|
H A D | UTTest_device_manager_service_two.cpp | 170 DmPinType pinType = NUMBER_PIN_CODE; in HWTEST_F() local
|
H A D | UTTest_dm_pin_holder.cpp | 95 void DmPinHolderCallbackTest::OnPinHolderDestroy(DmPinType pinType, const std::string &payload) in OnPinHolderDestroy() argument 101 void DmPinHolderCallbackTest::OnPinHolderCreate(const std::string &deviceId, DmPinType pinType, in OnPinHolderCreate() argument 179 DmPinType pinType = NUMBER_PIN_CODE; in HWTEST_F() local 190 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; in HWTEST_F() local 203 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; HWTEST_F() local 222 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; HWTEST_F() local 241 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; HWTEST_F() local 261 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; HWTEST_F() local 281 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; HWTEST_F() local 300 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; HWTEST_F() local 318 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; HWTEST_F() local 336 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; HWTEST_F() local 354 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; HWTEST_F() local 372 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; HWTEST_F() local 390 DmPinType pinType = DmPinType::NUMBER_PIN_CODE; HWTEST_F() local [all...] |
H A D | UTTest_ipc_cmd_parser_client.cpp | 477 DmPinType pinType = NUMBER_PIN_CODE; in HWTEST_F() local 498 DmPinType pinType = NUMBER_PIN_CODE; in HWTEST_F() local 633 int32_t pinType = 1; in HWTEST_F() local 653 int32_t pinType = 1; in HWTEST_F() local
|
H A D | UTTest_device_manager_impl.cpp | 2427 DmPinType pinType = DmPinType::QR_CODE;
in HWTEST_F() local 2464 DmPinType pinType = DmPinType::QR_CODE;
in HWTEST_F() local [all...] |
H A D | UTTest_device_manager_service.cpp | 2048 DmPinType pinType = DmPinType::QR_CODE; in HWTEST_F() local 2058 DmPinType pinType = DmPinType::QR_CODE; in HWTEST_F() local 2069 DmPinType pinType = DmPinType::QR_CODE; in HWTEST_F() local 2079 DmPinType pinType = DmPinType::QR_CODE; in HWTEST_F() local 2255 DmPinType pinType = DmPinType::QR_CODE; in HWTEST_F() local [all...] |
/foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
H A D | pin_holder.cpp | 135 int32_t PinHolder::DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, in DestroyPinHolder() argument 249 DmPinType pinType = static_cast<DmPinType>(jsonObject[TAG_PIN_TYPE].get<int32_t>()); in ProcessCreateMsg() local 328 DmPinType pinType in ProcessDestroyMsg() local 90 CreatePinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) CreatePinHolder() argument 571 DmPinType pinType = static_cast<DmPinType>(jsonObject[TAG_PIN_TYPE].get<int32_t>()); NotifyPinHolderEvent() local 602 DmPinType pinType = static_cast<DmPinType>(jsonObject[TAG_PIN_TYPE].get<int32_t>()); ProcessChangeMsg() local [all...] |
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service_listener.cpp | 388 void DeviceManagerServiceListener::OnPinHolderDestroy(const std::string &pkgName, DmPinType pinType, in OnPinHolderDestroy() argument 374 OnPinHolderCreate(const std::string &pkgName, const std::string &deviceId, DmPinType pinType, const std::string &payload) OnPinHolderCreate() argument
|
H A D | device_manager_service.cpp | 1430 CreatePinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) CreatePinHolder() argument 1455 DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) DestroyPinHolder() argument
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 1345 int32_t pinType = pReq->GetPinType(); in ON_IPC_SET_REQUEST() local 1374 int32_t pinType = pReq->GetPinType(); in ON_IPC_SET_REQUEST() local 1458 DmPinType pinType = static_cast<DmPinType>(data.ReadInt32()); in ON_IPC_CMD() local 1469 DmPinType pinType = static_cast<DmPinType>(data.ReadInt32()); in ON_IPC_CMD() local
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/ |
H A D | device_manager_notify.cpp | 903 void DeviceManagerNotify::OnPinHolderDestroy(const std::string &pkgName, DmPinType pinType, in OnPinHolderDestroy() argument 879 OnPinHolderCreate(const std::string &pkgName, const std::string &deviceId, DmPinType pinType, const std::string &payload) OnPinHolderCreate() argument
|
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 1162 DmPinType pinType = static_cast<DmPinType>(data.ReadInt32()); in ON_IPC_CMD() local 1176 DmPinType pinType = static_cast<DmPinType>(data.ReadInt32()); in ON_IPC_CMD() local 1194 int32_t pinType = pReq->GetPinType(); in ON_IPC_SET_REQUEST() local 1233 int32_t pinType = pReq->GetPinType(); in ON_IPC_SET_REQUEST() local [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.cpp | 884 napi_value pinType = nullptr; in PinTypeInit() local [all...] |
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 367 CreatePinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) CreatePinHolder() argument 377 DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) DestroyPinHolder() argument
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 140 int pinType; member
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
H A D | device_manager_impl.cpp | 2077 CreatePinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) CreatePinHolder() argument 2107 DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) DestroyPinHolder() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_controller_baseband_cmd.h | 107 uint8_t pinType; member 115 uint8_t pinType; member
|