Home
last modified time | relevance | path

Searched refs:rawDevices (Results 1 - 16 of 16) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/
H A Dmtp_device_monitor.cpp60 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 Dbluetooth_a2dp_sink_server.cpp181 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 Dbluetooth_hfp_ag_server.cpp189 std::vector<RawAddress> rawDevices; in GetDevicesByStates() local
191 rawDevices = pimpl->HfpAgService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
195 for (RawAddress device : rawDevices) { in GetDevicesByStates()
H A Dbluetooth_hfp_hf_server.cpp223 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 Dmtpfs_mtp_device.cpp96 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 Dbluetooth_pan.cpp68 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 Dbluetooth_hid_host.cpp67 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 Dbluetooth_hfp_ag.cpp137 std::vector<BluetoothRawAddress> rawDevices; in GetDevicesByStates() local
143 proxy->GetDevicesByStates(tmpstates, rawDevices); in GetDevicesByStates()
144 for (BluetoothRawAddress rawDevice : rawDevices) { in GetDevicesByStates()
H A Dbluetooth_hfp_hf.cpp184 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 Di_bluetooth_map_mse.h30 std::vector<BluetoothRawAddress> &rawDevices) = 0;
H A Di_bluetooth_pbap_pse.h31 std::vector<BluetoothRawAddress> &rawDevices) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_pbap_pse_proxy.h31 std::vector<BluetoothRawAddress> &rawDevices) override;
H A Dbluetooth_map_mse_proxy.h31 std::vector<BluetoothRawAddress> &rawDevices) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_map_mse_proxy.cpp43 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 Dbluetooth_pbap_pse_proxy.cpp43 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 Dmtpfs_mtp_device.h106 void HandleDevNum(const std::string &devFile, int &devNo, int rawDevicesCnt, LIBMTP_raw_device_t *rawDevices);

Completed in 10 milliseconds