Home
last modified time | relevance | path

Searched defs:devices (Results 76 – 100 of 247) sorted by relevance

12345678910

/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbStoreDistributedJsunit.test.js23 function storeObserver(devices) { argument
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp96 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices(); variable
155 vector<BluetoothRemoteDevice> devices = profile_->GetDevicesByStates(states); variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp416 std::vector<std::string> devices = {"device1", "device2"}; variable
467 std::vector<std::string> devices = {"device1", "device2"}; variable
504 std::vector<std::string> devices = {"device1", "device2"}; variable
H A Drdb_general_store_test.cpp88 …DBStatus Sync(const std::vector<std::string> &devices, DistributedDB::SyncMode mode, const Query &… in Sync()
120 …DBStatus Sync(const std::vector<std::string> &devices, DistributedDB::SyncMode mode, const Query &… in Sync()
724 GeneralStore::Devices devices; variable
787 std::vector<std::string> devices = { "device1", "device2" }; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h361 virtual void GetVirtualDeviceList(std::vector<std::string> &devices) {}; in GetVirtualDeviceList()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/
H A Dgn_file_add_config.py98 devices, root, kernel_type="linux"): argument
/ohos5.0/base/startup/init/ueventd/
H A Dueventd_main.c138 char *devices[] = { in UeventdEarlyBoot() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/
H A Ddevices_info_interact.cpp88 std::vector<std::string> devices = { networkId }; in SyncMLDeviceInfos() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp26 int32_t BluetoothHfpAgProxy::GetConnectDevices(std::vector<BluetoothRawAddress> &devices) in GetConnectDevices()
53 …roxy::GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) in GetDevicesByStates()
459 void BluetoothHfpAgProxy::GetVirtualDeviceList(std::vector<std::string> &devices) in GetVirtualDeviceList()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp464 std::map<std::string, UsbDevice *> devices; in GetDevices() local
1271 std::map<std::string, UsbDevice *> devices; in ExecuteManageInterfaceType() local
1343 std::map<std::string, UsbDevice *> devices; in ExecuteManageDevicePolicy() local
1497 std::vector<std::string> devices; in InitUsbRight() local
1844 std::map<std::string, UsbDevice *> devices; in UnLoadSelf() local
1942 std::map<std::string, UsbDevice *> devices; in ManageGlobalInterfaceImpl() local
1977 std::map<std::string, UsbDevice *> devices; in ManageDeviceImpl() local
2016 std::map<std::string, UsbDevice *> devices; in ManageInterfaceTypeImpl() local
2059 std::map<std::string, UsbDevice *> devices; in ManageDeviceTypeImpl() local
/ohos5.0/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_proxy.cpp25 …de DriverExtMgrProxy::QueryDevice(uint32_t busType, std::vector<std::shared_ptr<DeviceData>> &devi… in QueryDevice()
H A Ddriver_ext_mgr_stub.cpp56 std::vector<std::shared_ptr<DeviceData>> devices; in OnQueryDevice() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_multi_user_test.cpp198 void CheckSyncTest(DBStatus status1, DBStatus status2, std::vector<std::string> &devices) in CheckSyncTest()
288 std::vector<std::string> devices; in CheckSyncResult() local
541 std::vector<std::string> devices; variable
621 std::vector<std::string> devices; variable
H A Ddistributeddb_multi_ver_p2p_sync_test.cpp497 std::vector<std::string> devices; variable
539 std::vector<std::string> devices; variable
586 std::vector<std::string> devices; variable
1417 std::vector<std::string> devices; variable
/ohos5.0/base/print/print_fwk/test/fuzztest/scancapi_fuzzer/
H A Dscancapi_fuzzer.cpp28 void DiscoveryCallBack(Scan_ScannerDevice** devices, int32_t deviceCount) {} in DiscoveryCallBack()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp149 vector<BluetoothRemoteDevice> devices; in GetConnectionDevices() local
203 vector<BluetoothRemoteDevice> devices; in GetConnectedDevices() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp104 DBStatus RelationalStoreDelegateImpl::Sync(const std::vector<std::string> &devices, SyncMode mode, in Sync()
228 DBStatus RelationalStoreDelegateImpl::Sync(const std::vector<std::string> &devices, SyncMode mode, … in Sync()
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_source/
H A Daudio_source.cpp123 …oSource::EnumDeviceBySourceType(AudioSourceType inputSource, std::vector<AudioDeviceDesc> &devices) in EnumDeviceBySourceType()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store_observer.cpp38 void NapiRdbStoreObserver::OnChange(const std::vector<std::string> &devices) in OnChange()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_db.cpp58 int32_t CloudDB::Sync(const Devices &devices, int32_t mode, const GenQuery &query, Async async, int… in Sync()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp359 DBStatus KVDBGeneralStore::CloudSync(const Devices &devices, DistributedDB::SyncMode cloudSyncMode,… in CloudSync()
378 std::pair<int32_t, int32_t> KVDBGeneralStore::Sync(const Devices &devices, GenQuery &query, DetailA… in Sync()
463 void KVDBGeneralStore::GetIdentifierParams(std::vector<std::string> &devices, in GetIdentifierParams()
483 int32_t KVDBGeneralStore::Clean(const std::vector<std::string> &devices, int32_t mode, const std::s… in Clean()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp197 std::vector<BluetoothRemoteDevice> devices; in HasA2dpDeviceConnected() local
263 std::vector<BluetoothRemoteDevice> devices; in CheckA2dpDeviceReconnect() local
393 std::vector<BluetoothRemoteDevice> devices = hfpInstance_->GetDevicesByStates(states); in CheckHfpDeviceReconnect() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp252 std::vector<RawAddress> devices; in GetConnectedDevices() local
277 std::vector<RawAddress> devices; in GetDevicesByStates() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_statemachine.cpp55 std::vector<RawAddress> devices = adapterClassic->GetPairedDevices(); in SetDeviceType() local
67 std::vector<RawAddress> devices = adapterBle->GetPairedDevices(); in SetDeviceType() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddtbschedmgr_device_info_storage_test.cpp443 std::vector<std::string> devices; variable

12345678910