/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/ |
H A D | mtp_device_monitor.cpp | 60 LIBMTP_raw_device_t *rawDevices; in MonitorDevice() local 61 LIBMTP_error_number_t err = LIBMTP_Detect_Raw_Devices(&rawDevices, &rawDevSize); in MonitorDevice() 62 if ((err == LIBMTP_ERROR_NO_DEVICE_ATTACHED) || (rawDevices == nullptr) || (rawDevSize <= 0)) { in MonitorDevice() 68 LIBMTP_raw_device_t *rawDevice = &rawDevices[index]; in MonitorDevice() 95 free(static_cast<void *>(rawDevices)); in MonitorDevice()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_sink_server.cpp | 181 std::vector<RawAddress> rawDevices; in GetDevicesByStates() local 184 return rawDevices; in GetDevicesByStates() 192 rawDevices = pimpl->a2dpSnkService_->GetDevicesByStates(tmpStates); in GetDevicesByStates() 193 return rawDevices; in GetDevicesByStates()
|
H A D | bluetooth_hfp_ag_server.cpp | 189 std::vector<RawAddress> rawDevices; in GetDevicesByStates() local 191 rawDevices = pimpl->HfpAgService_->GetDevicesByStates(tmpStates); in GetDevicesByStates() 195 for (RawAddress device : rawDevices) { in GetDevicesByStates()
|
H A D | bluetooth_hfp_hf_server.cpp | 223 std::vector<RawAddress> rawDevices; in GetDevicesByStates() local 226 rawDevices = pimpl->HfpHfService_->GetDevicesByStates(tmpStates); in GetDevicesByStates() 230 for (RawAddress device : rawDevices) { in GetDevicesByStates()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_mtp_device.cpp | 96 LIBMTP_raw_device_t *rawDevices) in HandleDevNum() 102 if (bnum == rawDevices[devNo].bus_location && dnum == rawDevices[devNo].devnum) { in HandleDevNum() 117 LIBMTP_raw_device_t *rawDevices; in ConnectByDevNo() local 119 LIBMTP_error_number_t err = LIBMTP_Detect_Raw_Devices(&rawDevices, &rawDevicesCnt); in ConnectByDevNo() 127 free(static_cast<void *>(rawDevices)); in ConnectByDevNo() 130 LIBMTP_raw_device_t *rawDevice = &rawDevices[devNo]; in ConnectByDevNo() 135 free(static_cast<void *>(rawDevices)); in ConnectByDevNo() 95 HandleDevNum(const std::string &devFile, int &devNo, int rawDevicesCnt, LIBMTP_raw_device_t *rawDevices) HandleDevNum() argument
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_pan.cpp | 68 std::vector<BluetoothRawAddress> rawDevices; in GetDevicesByStates() local 74 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates() 80 for (BluetoothRawAddress rawDevice : rawDevices) { in GetDevicesByStates()
|
H A D | bluetooth_hid_host.cpp | 67 std::vector<BluetoothRawAddress> rawDevices; in GetDevicesByStates() local 74 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates() 80 for (BluetoothRawAddress rawDevice : rawDevices) { in GetDevicesByStates()
|
H A D | bluetooth_hfp_ag.cpp | 137 std::vector<BluetoothRawAddress> rawDevices; in GetDevicesByStates() local 143 proxy->GetDevicesByStates(tmpstates, rawDevices); in GetDevicesByStates() 144 for (BluetoothRawAddress rawDevice : rawDevices) { in GetDevicesByStates()
|
H A D | bluetooth_hfp_hf.cpp | 184 std::vector<BluetoothRawAddress> rawDevices; in GetDevicesByStates() local 190 proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates() 191 for (BluetoothRawAddress rawDevice : rawDevices) { in GetDevicesByStates()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_map_mse.h | 30 std::vector<BluetoothRawAddress> &rawDevices) = 0;
|
H A D | i_bluetooth_pbap_pse.h | 31 std::vector<BluetoothRawAddress> &rawDevices) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_pbap_pse_proxy.h | 31 std::vector<BluetoothRawAddress> &rawDevices) override;
|
H A D | bluetooth_map_mse_proxy.h | 31 std::vector<BluetoothRawAddress> &rawDevices) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_map_mse_proxy.cpp | 43 const std::vector<int32_t> &states, std::vector<BluetoothRawAddress> &rawDevices)
in GetDevicesByStates() 65 rawDevices.push_back(*address);
in GetDevicesByStates() 42 GetDevicesByStates( const std::vector<int32_t> &states, std::vector<BluetoothRawAddress> &rawDevices) GetDevicesByStates() argument
|
H A D | bluetooth_pbap_pse_proxy.cpp | 43 const std::vector<int32_t> &states, std::vector<BluetoothRawAddress> &rawDevices)
in GetDevicesByStates() 65 rawDevices.push_back(*address);
in GetDevicesByStates() 42 GetDevicesByStates( const std::vector<int32_t> &states, std::vector<BluetoothRawAddress> &rawDevices) GetDevicesByStates() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/ |
H A D | mtpfs_mtp_device.h | 106 void HandleDevNum(const std::string &devFile, int &devNo, int rawDevicesCnt, LIBMTP_raw_device_t *rawDevices);
|