Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/commonfuzztest/pinholder_fuzzer/
H A Dpinholder_fuzzer.cpp56 DmPinType pinType = static_cast<DmPinType>(tmp); in PinHolderFuzzTest() local
/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicemanagerservice_fuzzer/
H A Ddevice_manager_service_fuzzer.cpp31 DmPinType pinType = DmPinType::QR_CODE; in DeviceManagerServiceFuzzTest() local
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_common.cpp44 std::string GetFormatPinCode(uint32_t pinType, uint32_t pinCode) in GetFormatPinCode() argument
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_destroy_pin_holder_req.h63 void SetPinType(int32_t pinType) in SetPinType() argument
H A Dipc_create_pin_holder_req.h103 void SetPinType(int32_t pinType) in SetPinType() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp118 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 DUTTest_device_manager_service_listener.cpp371 DmPinType pinType = static_cast<DmPinType>(1); in HWTEST_F() local
386 DmPinType pinType = static_cast<DmPinType>(1); in HWTEST_F() local
H A DUTTest_dm_pin_holder.h151 (void)pinType; variable
158 (void)pinType; variable
H A DUTTest_device_manager_notify.h116 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 DUTTest_device_manager_service_two.cpp170 DmPinType pinType = NUMBER_PIN_CODE; in HWTEST_F() local
H A DUTTest_dm_pin_holder.cpp95 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 DUTTest_ipc_cmd_parser_client.cpp477 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 DUTTest_device_manager_impl.cpp2427 DmPinType pinType = DmPinType::QR_CODE; in HWTEST_F() local
2464 DmPinType pinType = DmPinType::QR_CODE; in HWTEST_F() local
[all...]
H A DUTTest_device_manager_service.cpp2048 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 Dpin_holder.cpp135 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 Ddevice_manager_service_listener.cpp388 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 Ddevice_manager_service.cpp1430 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 Dipc_cmd_parser.cpp1345 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 Ddevice_manager_notify.cpp903 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 Dipc_cmd_parser.cpp1162 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 Dnapi_bluetooth_connection.cpp884 napi_value pinType = nullptr; in PinTypeInit() local
[all...]
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp367 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 Dnapi_bluetooth_utils.h140 int pinType; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp2077 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 Dhci_def_controller_baseband_cmd.h107 uint8_t pinType; member
115 uint8_t pinType; member

Completed in 38 milliseconds