Home
last modified time | relevance | path

Searched defs:devices (Results 176 – 200 of 247) sorted by relevance

12345678910

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c484 int BTM_GetAllPairedDevices(BtmLePairedDevice **devices, uint16_t *count) in BTM_GetAllPairedDevices()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsubscribe_manager.cpp204 int SubscribeManager::LocalSubscribeLimitCheck(const std::vector<std::string> &devices, QuerySyncOb… in LocalSubscribeLimitCheck() argument
H A Dsync_engine.cpp165 std::vector<std::string> devices = operation->GetDevices(); in AddSyncOperation() local
1001 int SyncEngine::SubscribeLimitCheck(const std::vector<std::string> &devices, QuerySyncObject &query… in SubscribeLimitCheck() argument
/ohos5.0/drivers/hdf_core/framework/support/platform/src/clock/
H A Dclock_core.c23 struct ClockDevice *devices[CLOCK_DEVICES_MAX]; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp503 CloudDB::Devices devices; variable
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_p2p.cpp379 void WifiP2pCEventCallback::OnP2pPeersChanged(const std::vector<OHOS::Wifi::WifiP2pDevice> &devices) in OnP2pPeersChanged()
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c80 TlvDeviceVec devices; member
124 DeviceEntryVec devices; member
1693 const DeviceEntryVec *devices = &db->devices; in DumpDb() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp152 std::vector<BluetoothRawAddress> devices; in GetDevicesByStatesInner() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp267 Status RuntimeStore::Sync(const std::vector<std::string> &devices) in Sync()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp282 vector<sptr<CameraDevice>> devices{}; in TestGetMetadata2() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp95 std::vector<RawAddress> devices = service->GetDevicesByStates(states); in ProcessA2dpHdfLoad() local
516 std::vector<RawAddress> devices = {}; in GetDevicesByStates() local
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp333 std::vector<std::string> devices; in GetNotificationSupportDisplayDevices() local
378 std::vector<std::string> devices; in GetNotificationSupportOperateDevices() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp138 vector<BluetoothRemoteDevice> devices; in GetConnectionDevices() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp149 vector<BluetoothRemoteDevice> devices {}; in GetConnectedDevices() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp212 std::vector<BluetoothRawAddress> &devices) { in GetDevicesByStates()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_client_proxy.cpp123 auto devices = deviceChangeAction.deviceDescriptors; in OnDeviceChange() local
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager5_gtest.cpp955 vector<BluetoothRemoteDevice> devices = profile->GetConnectedDevices(); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp883 const std::vector<DeviceID> devices = {"test"}; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h149 std::vector<std::string> devices; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp158 int CloudSyncUtils::CheckParamValid(const std::vector<DeviceID> &devices, SyncMode mode) in CheckParamValid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp332 const std::vector<std::string> &devices) in BlockSync()
349 const std::vector<std::string> &devices) in BlockSync()
355 … void BlockSync(SyncMode syncMode, DBStatus exceptStatus, const std::vector<std::string> &devices) in BlockSync()
2598 std::vector<std::string> devices; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp517 std::pair<int32_t, int32_t> RdbGeneralStore::Sync(const Devices &devices, GenQuery &query, DetailAs… in Sync()
643 int32_t RdbGeneralStore::Clean(const std::vector<std::string> &devices, int32_t mode, const std::st… in Clean()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h280 virtual bool DropDeviceData(const std::vector<std::string>& devices, const DropOption& option) in DropDeviceData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp884 std::set<std::string> devices; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_subscribe_test.cpp132 void SubObserver::OnChange(const std::vector<std::string> &devices) in OnChange()

12345678910