/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/ |
H A D | napi_castengine_utils.h | 81 napi_value ConvertDeviceListToJS(napi_env env, const std::vector<CastRemoteDevice> &devices);
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_impl.h | 201 * @Description Query the information about the found devices 203 * @param devices - Get result vector of WifiP2pDevice 206 ErrCode QueryP2pDevices(std::vector<WifiP2pDevice> &devices) override;
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_interface.h | 220 * @Description - Query the information about the found devices. 221 * @param devices - list of queryed device 224 virtual ErrCode QueryP2pDevices(std::vector<WifiP2pDevice> &devices) override;
|
H A D | wifi_p2p_service.h | 176 * @Description - Query the information about the found devices. 177 * @param devices - list of queryed device 180 virtual ErrCode QueryP2pDevices(std::vector<WifiP2pDevice> &devices) override;
|
/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_p2p.h | 203 * @Description Query the information about the found devices. 205 * @param devices - Get result vector of WifiP2pDevice 208 virtual ErrCode QueryP2pDevices(std::vector<WifiP2pDevice> &devices) = 0;
|
/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
H A D | wifi_c_p2p_test.cpp | 47 void P2pPeersCallback(WifiP2pDevice* devices, int len) in P2pPeersCallback() argument
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/ |
H A D | wifi_p2p_service_impl.h | 211 * @Description Query the information about the found devices 213 * @param devices - Get result vector of WifiP2pDevice 216 ErrCode QueryP2pDevices(std::vector<WifiP2pDevice> &devices) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | auto_sync_timer.cpp | 110 syncInfo.devices.push_back(res.second); in ProcessTask()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/ |
H A D | cloud_store_types.h | 149 std::vector<std::string> devices; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_query.h | 44 void MakeRemoteQuery(const std::string &devices, const std::string &sql, DistributedData::Values &&args);
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | kvdb_service.h | 33 std::vector<std::string> devices; member
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_utils.h | 63 CArrStr VectorToCArrStr(const std::vector<std::string> &devices);
|
/third_party/backends/include/sane/ |
H A D | usb_manager.h | 295 /** For audio devices only: the rate at which synchronization feedback 299 /** For audio devices only: the address if the synch endpoint */ 405 struct usb_manager_device *devices; member
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | ehci_pci.c | 97 sc->sc_bus.devices = sc->sc_devices; in ehci_pci_attach()
|
/third_party/libwebsockets/lib/drivers/display/ |
H A D | ili9341-spi.c | 26 #include <drivers/devices/display/ili9341.h>
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 113 * std::vector<cl::Device> devices = context.getInfo<CL_CONTEXT_DEVICES>(); 118 * program_.build(devices); 123 * cl::CommandQueue queue(context, devices[0], 0, &err); 1652 * OpenCL 1.2 devices do have retain/release. 1682 * OpenCL 1.1 devices do not have retain/release. 1816 cl_device_id *devices = (cl_device_id *) alloca(size); in getContextPlatformVersion() 1817 clGetContextInfo(context, CL_CONTEXT_DEVICES, size, devices, NULL); in getContextPlatformVersion() 1818 return getDevicePlatformVersion(devices[0]); in getContextPlatformVersion() 2148 VECTOR_CLASS<Device>* devices) in createSubDevices() 2162 devices in createSubDevices() 2146 createSubDevices( const cl_device_partition_property * properties, VECTOR_CLASS<Device>* devices) createSubDevices() argument 2172 createSubDevices( const cl_device_partition_property_ext * properties, VECTOR_CLASS<Device>* devices) createSubDevices() argument 2512 Context( const VECTOR_CLASS<Device>& devices, cl_context_properties* properties = NULL, void (CL_CALLBACK * notifyFptr)( const char *, const void *, ::size_t, void *) = NULL, void* data = NULL, cl_int* err = NULL) Context() argument 2604 VECTOR_CLASS<Device> devices; Context() local 5140 Program( const Context& context, const VECTOR_CLASS<Device>& devices, const Binaries& binaries, VECTOR_CLASS<cl_int>* binaryStatus = NULL, cl_int* err = NULL) Program() argument 5197 Program( const Context& context, const VECTOR_CLASS<Device>& devices, const STRING_CLASS& kernelNames, cl_int* err = NULL) Program() argument 5266 build( const VECTOR_CLASS<Device>& devices, const char* options = NULL, void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, void* data = NULL) const build() argument 5554 VECTOR_CLASS<cl::Device> devices; CommandQueue() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 806 std::vector<RawAddress> devices {}; in GetConnectedDevices() 808 devices = pimpl->service_->GetConnectedDevices(); in GetConnectedDevices() 814 return devices; in GetConnectedDevices() 820 std::vector<RawAddress> devices {}; in GetDevicesByStates() 823 return devices; in GetDevicesByStates() 831 devices = pimpl->service_->GetDevicesByStates(convertStates); in GetDevicesByStates() 836 return devices; in GetDevicesByStates()
|
H A D | bluetooth_hfp_hf_server.cpp | 212 std::vector<BluetoothRawAddress> &devices) { in GetDevicesByStates() 231 devices.push_back(BluetoothRawAddress(device)); in GetDevicesByStates() 211 GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) GetDevicesByStates() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer.cpp | 53 int CloudSyncer::Sync(const std::vector<DeviceID> &devices, SyncMode mode, in Sync() argument 61 taskInfo.devices = devices; in Sync() 72 int errCode = CloudSyncUtils::CheckParamValid(taskInfo.devices, taskInfo.mode); in Sync() 152 processNotifier->Init(info.table, info.devices, info.users); in StopAllTasks() 962 std::vector<std::string> devices = currentContext_.notifier->GetDevices(); in NotifyChangedData() local 963 if (devices.empty()) { in NotifyChangedData() 970 deviceName = devices[0]; in NotifyChangedData() 1519 currentContext_.notifier->Init(cloudTaskInfos_[taskId].table, cloudTaskInfos_[taskId].devices, in PrepareSync()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_request.h | 719 * devices. 727 * devices.This method takes effect only for notifications published by calling 1070 * @brief Sets devices that support display. 1072 * @param devices Indicates the devices that support display. 1074 void SetDevicesSupportDisplay(const std::vector<std::string> &devices); 1077 * @brief Sets devices that support operate. 1079 * @param devices Indicates the devices that support operate. 1081 void SetDevicesSupportOperate(const std::vector<std::string> &devices); [all...] |
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_proxy.cpp | 53 int BluetoothHfpHfProxy::GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) in GetDevicesByStates() argument 72 devices.push_back(*dev); in GetDevicesByStates()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_hf.cpp | 92 vector<BluetoothRemoteDevice> devices = profile->GetDevicesByStates(states); in GetConnectionDevices() local 94 for (auto &device: devices) { in GetConnectionDevices()
|
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioRoutingManager.cpp | 435 uint32_t size = microphoneBlockedInfo.devices.size(); in OnMicrophoneBlocked() 454 for (auto deviceDescriptor : microphoneBlockedInfo.devices) { in OnMicrophoneBlocked()
|
/foundation/multimedia/audio_framework/frameworks/cj/src/ |
H A D | multimedia_audio_ffi.cpp | 167 auto devices = capturer->GetInputDevices(errorCode); in FfiMMAAudioCapturerGetInputDevices() local 168 return devices; in FfiMMAAudioCapturerGetInputDevices()
|
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/ |
H A D | medialibrary_device.cpp | 208 std::vector<std::string> devices = { mldevInfo.networkId }; in DevOnlineProcess() local 209 MediaLibrarySyncOperation::SyncPullAllTableByNetworkId(syncOpts, devices); in DevOnlineProcess()
|