Home
last modified time | relevance | path

Searched defs:deviceInfos (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dprocess_communicator_impl_test.cpp196 DistributedDB::DeviceInfos deviceInfos = { "identifier" }; variable
217 DistributedDB::DeviceInfos deviceInfos = { "identifier" }; variable
232 DistributedDB::DeviceInfos deviceInfos = { "identifier" }; variable
248 DistributedDB::DeviceInfos deviceInfos = { "" }; variable
264 DistributedDB::DeviceInfos deviceInfos = { "identifier" }; variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A D_hdf_net_device_info_result_v10.md26 ### deviceInfos subsection
H A D_hdf_net_device_info_result_v11.md26 ### deviceInfos subsection
/ohos5.0/drivers/external_device_manager/frameworks/native/
H A Ddriver_ext_mgr_client.cpp123 UsbErrCode DriverExtMgrClient::QueryDeviceInfo(std::vector<std::shared_ptr<DeviceInfoData>> &device… in QueryDeviceInfo()
132 std::vector<std::shared_ptr<DeviceInfoData>> &deviceInfos) in QueryDeviceInfo()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davcast_provider_manager.cpp32 void AVCastProviderManager::OnDeviceAvailable(std::vector<DeviceInfo> deviceInfos) in OnDeviceAvailable()
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Ddriver_ext_mgr.cpp129 std::vector<std::shared_ptr<DeviceInfo>> deviceInfos = in QueryDevice() local
261 UsbErrCode DriverExtMgr::QueryDeviceInfo(std::vector<std::shared_ptr<DeviceInfoData>> &deviceInfos, in QueryDeviceInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_deep_test.cpp694 DeviceInfos deviceInfos; in __anonb9037cf20c02() local
700 DeviceInfos deviceInfos; in __anonb9037cf20d02() local
854 DeviceInfos deviceInfos; variable
895 DeviceInfos deviceInfos; variable
964 DeviceInfos deviceInfos; variable
/ohos5.0/base/print/print_fwk/services/scan_service/include/
H A Dscan_service_ability.h164 std::vector<ScanDeviceInfo> deviceInfos; variable
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_test.cpp206 std::vector<DistributedDatabase::DeviceInfo> deviceInfos; variable
/ohos5.0/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_proxy.cpp146 UsbErrCode DriverExtMgrProxy::QueryDeviceInfo(std::vector<std::shared_ptr<DeviceInfoData>> &deviceI… in QueryDeviceInfo()
H A Ddriver_ext_mgr_stub.cpp144 std::vector<std::shared_ptr<DeviceInfoData>> deviceInfos; in OnQueryDeviceInfo() local
H A Ddriver_ext_mgr_types.cpp294 std::vector<std::shared_ptr<DeviceInfoData>> &deviceInfos) in DeviceInfosUnMarshalling()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Didevmgr_client.cpp157 int32_t DeviceManagerProxy::ListAllDevice(std::vector<HdiDevHostInfo> &deviceInfos) in ListAllDevice()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dbg/
H A Dhdf_dbg.cpp168 static void PrintALLDeviceInfoUser(std::vector<HdiDevHostInfo> &deviceInfos) in PrintALLDeviceInfoUser()
430 std::vector<HdiDevHostInfo> deviceInfos; in GetAllDeviceUserSpace() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_policy_parser.cpp230 std::list<AudioPipeDeviceInfo> &deviceInfos) in GetAudioModuleInfoName()
493 std::list<AudioPipeDeviceInfo> deviceInfos = {}; in ParseDevices() local
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp431 auto& deviceInfos = context->MutableDeviceInfo(); in TransModelConfig() local
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp239 std::map<int32_t, std::string> deviceInfos; in OnStartRemoteInput() local
482 std::map<int32_t, std::string> deviceInfos; in OnRelayStartTypeRemoteInput() local
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp479 auto& deviceInfos = context->MutableDeviceInfo(); in TransModelConfig() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_device_manager.cpp714 const list<DevicePrivacyInfo> &deviceInfos, const sptr<AudioDeviceDescriptor> &dev, in GetAvailableDevicesWithUsage()
792 list<DevicePrivacyInfo> deviceInfos = devicePrivacy.second; in GetAvailableDevicesByUsage() local
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp176 std::vector<DeviceInfo> deviceInfos; in GetDeviceList() local
/ohos5.0/drivers/external_device_manager/frameworks/js/napi/device_manager/
H A Ddevice_manager_middle.cpp640 std::vector<std::shared_ptr<DeviceInfoData>> deviceInfos; in QueryDeviceInfo() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp729 std::vector<std::string> deviceInfos; in HandleGetDmDeviceInfo() local
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
H A Dservice_manager_hdi_test.cpp765 std::vector<HdiDevHostInfo> deviceInfos; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp792 int32_t HCameraServiceProxy::GetDmDeviceInfo(std::vector<std::string> &deviceInfos) in GetDmDeviceInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp221 auto deviceInfos = DmAdaper::GetInstance().GetRemoteDevices(); in RevokeSave() local

12