Home
last modified time | relevance | path

Searched defs:devices (Results 101 - 125 of 308) sorted by relevance

12345678910>>...13

/third_party/vk-gl-cts/scripts/android/
H A Dinstall_apk.py227 devices = getDevices(args.adbPath) global() variable
240 devices = getDevices(args.adbPath) global() variable
242 devices = [dev for dev in devices if dev.serial in args.serial] global() variable
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLProgramCL.cpp52 cl_int CLProgramCL::build(const cl::DevicePtrs &devices, const char *options, cl::Program *notify) in build() argument
67 cl_int CLProgramCL::compile(const cl::DevicePtrs &devices, in compile() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddtbschedmgr_device_info_storage.cpp431 std::vector<std::string> devices; in GetNetworkIdList() local
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp23 int32_t BluetoothHfpAgProxy::GetConnectDevices(std::vector<BluetoothRawAddress> &devices) in GetConnectDevices() argument
46 int BluetoothHfpAgProxy::GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) in GetDevicesByStates() argument
448 void BluetoothHfpAgProxy::GetVirtualDeviceList(std::vector<std::string> &devices) in GetVirtualDeviceList() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp134 vector<BluetoothRemoteDevice> devices; in GetConnectionDevices() local
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp146 vector<BluetoothRemoteDevice> devices; in GetConnectionDevices() local
200 vector<BluetoothRemoteDevice> devices; in GetConnectedDevices() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp112 std::vector<BluetoothRawAddress> devices; in GetConnectDevicesInner() local
130 std::vector<BluetoothRawAddress> devices; in GetDevicesByStatesInner() local
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...]

Completed in 18 milliseconds

12345678910>>...13