Home
last modified time | relevance | path

Searched defs:devType (Results 1 – 16 of 16) sorted by relevance

/foundation/ability/ability_base/test/unittest/want/
Dextra_params_test.cpp43 std::vector<string> devType; variable
100 std::vector<string> devType; variable
124 std::vector<string> devType; variable
/foundation/ability/ability_base/interfaces/kits/native/want/src/
Dextra_params.cpp95 ExtraParams::ExtraParams(const std::vector<string> &devType, const string &targetBundleName, const … in ExtraParams()
120 void ExtraParams::SetDevType(const std::vector<string> &devType) in SetDevType()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
Dcapability_info.h40 …CapabilityInfo(std::string dhId, std::string devId, std::string devName, uint16_t devType, DHType … in CapabilityInfo()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
Dplugin_listener_impl.cpp41 uint16_t devType = DHContext::GetInstance().GetDeviceInfo().deviceType; in PluginHardware() local
Dlocal_hardware_manager.cpp113 uint16_t devType = DHContext::GetInstance().GetDeviceInfo().deviceType; in AddLocalCapabilityInfo() local
/foundation/multimedia/audio_framework/test/fuzztest/audiobluetoothmanager_fuzzer/
Daudiobluetoothmanager_fuzzer.cpp42 DeviceType devType = *reinterpret_cast<const DeviceType *>(rawData); in AudioBluetoothManagerFuzzTest() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/resourcemanager_fuzzer/
Dresourcemanager_fuzzer.cpp48 uint16_t devType = *(reinterpret_cast<const uint16_t*>(data)); in ResourceManagerFuzzTest() local
/foundation/multimodalinput/input/tools/event_inject/include/
Dmsg_head.h49 int32_t devType; member
69 int32_t devType; member
/foundation/communication/dsoftbus/core/adapter/bus_center/src/
Dbus_center_adapter.c72 const char *devType = NULL; in GetCommonDevInfo() local
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
Ddisk_manager.cpp49 std::string devType = data->GetParam("DEVTYPE"); in HandleDiskEvent() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
Dresource_manager_test.cpp631 uint16_t devType = 123; variable
814 uint16_t devType = 0; variable
834 uint16_t devType = 0; variable
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
Daudio_policy_service.cpp1765 void AudioPolicyService::OnPnpDeviceStatusUpdated(DeviceType devType, bool isConnected) in OnPnpDeviceStatusUpdated()
1793 int32_t AudioPolicyService::HandleLocalDeviceConnected(DeviceType devType, const std::string& macAd… in HandleLocalDeviceConnected()
1810 int32_t AudioPolicyService::HandleLocalDeviceDisconnected(DeviceType devType, const std::string& ma… in HandleLocalDeviceDisconnected()
1865 void AudioPolicyService::OnDeviceStatusUpdated(DeviceType devType, bool isConnected, const std::str… in OnDeviceStatusUpdated()
2131 DeviceType devType = GetDeviceTypeFromPin(statusInfo.hdiPin); in OnDeviceStatusUpdated() local
2206 auto devType = GetDeviceType(moduleInfo.name); in OnServiceConnected() local
2469 void AudioPolicyService::AddAudioDevice(AudioModuleInfo& moduleInfo, InternalDeviceType devType) in AddAudioDevice()
2902 InternalDeviceType devType = InternalDeviceType::DEVICE_TYPE_NONE; in GetDeviceType() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
Dcapability_info_manager.cpp465 auto devType = static_cast<uint16_t>(std::stoi(value)); in IsCapabilityMatchFilter() local
/foundation/communication/dsoftbus/interfaces/kits/common/
Dsoftbus_common.h479 DeviceType devType; member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
Dlnn_local_net_ledger.c604 char devType[DEVICE_TYPE_BUF_LEN] = TYPE_UNKNOWN; in InitLocalDeviceInfo() local
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
Ddisc_ble.c781 uint16_t devType = info->devType; in GetBroadcastData() local