Home
last modified time | relevance | path

Searched defs:devices (Results 76 - 100 of 207) sorted by relevance

123456789

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp152 std::vector<BluetoothRawAddress> devices; in GetDevicesByStatesInner() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp211 GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) GetDevicesByStates() argument
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp194 std::vector<BluetoothRemoteDevice> devices; in GetConnectedDevices() local
217 std::vector<BluetoothRemoteDevice> devices; in GetDevicesByStates() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp156 std::vector<std::string> devices; in LoadNotifyInformation() local
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/src/
H A Daudio_policy_ext_unit_test.cpp456 std::vector<sptr<AudioDeviceDescriptor>> devices; in HWTEST() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_client_proxy.cpp123 auto devices = deviceChangeAction.deviceDescriptors; in OnDeviceChange() local
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_capturer_impl.cpp224 CArrDeviceDescriptor devices; in GetInputDevices() local
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dprofession_session.h77 ProfessionSession(sptr<ICaptureSession>& session, std::vector<sptr<CameraDevice>> devices) ProfessionSession() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_mock_p2p_service.cpp58 std::vector<WifiP2pDevice> devices; in DiscoverDevices() local
326 ErrCode WifiMockP2pService::QueryP2pDevices(std::vector<WifiP2pDevice> &devices) in QueryP2pDevices() argument
/foundation/communication/wifi/wifi/test/fuzztest/wifi_p2p/wifip2p_fuzzer/
H A Dp2p_fuzzer.cpp69 std::vector<WifiP2pDevice> devices; in GetNetworkIdFromClientsFuzzerTest() local
192 std::vector<WifiP2pDevice> devices; in RemoveMacAddrPairInfoFuzzerTest() local
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_p2p.cpp74 napi_value devices; in GroupInfosToJs() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_group_info_proxy.cpp186 void WifiP2pGroupInfoProxy::SetClientDevices(const std::vector<WifiP2pDevice> &devices) in SetClientDevices() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dmeta_data_manager.cpp286 bool MetaDataManager::Sync(const std::vector<std::string> &devices, OnComplete complete) in Sync() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.cpp72 int32_t GeneralStoreMock::Sync(const Devices &devices, GenQuery &query, DetailAsync async, SyncParam &syncParm) in Sync() argument
82 int32_t GeneralStoreMock::Clean(const std::vector<std::string> &devices, int32_t mode, const std::string &tableName) in Clean() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp57 int SyncerProxy::Sync(const std::vector<std::string> &devices, int mode, in Sync() argument
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_storage_engine.cpp143 std::vector<DeviceInfo> devices = SoftBusAdapter::GetInstance()->GetDeviceList(); in CreateTable() local
79 OnComplete(const std::string &key, const std::map<std::string, DistributedDB::DBStatus> &devices, std::shared_ptr<StatusWatcher> statusWatcher) OnComplete() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Ddistributeddb_tools_test.cpp156 DBStatus DistributedDBToolsTest::SyncTest(KvStoreNbDelegate* delegate, const std::vector<std::string>& devices, in SyncTest() argument
133 SyncTestWithQuery(KvStoreNbDelegate* delegate, const std::vector<std::string>& devices, SyncMode mode, std::map<std::string, DBStatus>& statuses, const Query &query) SyncTestWithQuery() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_permission_sync_test.cpp174 std::vector<std::string> devices; in HWTEST_F() local
239 std::vector<std::string> devices; in HWTEST_F() local
307 std::vector<std::string> devices; HWTEST_F() local
396 std::vector<std::string> devices; HWTEST_F() local
460 std::vector<std::string> devices; HWTEST_F() local
528 std::vector<std::string> devices; HWTEST_F() local
596 std::vector<std::string> devices; HWTEST_F() local
654 std::vector<std::string> devices; HWTEST_F() local
735 std::vector<std::string> devices = {g_deviceB->GetDeviceId()}; HWTEST_F() local
809 std::vector<std::string> devices; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dicloud_syncer.h41 std::vector<std::string> devices; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_types.h73 std::vector<std::string> devices; member
/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/
H A Ddistributed_test_agent.cpp201 std::vector<std::string> devices; in Sync() local
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp1209 std::map<std::string, DistributedDB::DBStatus> devices = { { sessionId, status } }; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp478 CloudDB::Devices devices; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp471 std::set<std::string> devices; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.cpp33 void RdbQuery::MakeRemoteQuery(const std::string &devices, const std::string &sql, Values &&args) in MakeRemoteQuery() argument

Completed in 20 milliseconds

123456789