Home
last modified time | relevance | path

Searched refs:deviceType_ (Results 1 - 13 of 13) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_config_impl.cpp29 deviceType_(DEVICE_NOT_SET), in ResConfigImpl()
80 this->deviceType_ = deviceType; in SetDeviceType()
115 return this->deviceType_; in GetDeviceType()
196 if (this->deviceType_ != DEVICE_NOT_SET && in Match()
197 other->deviceType_ != DEVICE_NOT_SET) { in Match()
198 if (this->deviceType_ != other->deviceType_) { in Match()
234 if (this->deviceType_ != other->deviceType_ && in IsMoreSuitable()
235 request->deviceType_ ! in IsMoreSuitable()
[all...]
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscribe_info.cpp35 deviceType_ = subscribeInfo.GetDeviceType(); in NotificationSubscribeInfo()
67 deviceType_ = deviceType; in AddDeviceType()
72 return deviceType_; in GetDeviceType()
82 // write deviceType_ in Marshalling()
83 if (!parcel.WriteString(deviceType_)) { in Marshalling()
84 ANS_LOGE("Can't write deviceType_"); in Marshalling()
113 //read deviceType_ in ReadFromParcel()
114 if (!parcel.ReadString(deviceType_)) { in ReadFromParcel()
115 ANS_LOGE("Can't read deviceType_"); in ReadFromParcel()
135 "deviceType = " + deviceType_ in Dump()
[all...]
H A Dnotification_subscriber.cpp27 deviceType_ = NotificationConstant::CURRENT_DEVICE_TYPE; in NotificationSubscriber()
35 deviceType_ = deviceType; in SetDeviceType()
40 return deviceType_; in GetDeviceType()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp50 deviceType_(DEVICE_NOT_SET), in ResConfigImpl()
162 this->deviceType_ = deviceType; in SetDeviceType()
284 return this->deviceType_; in GetDeviceType()
439 if (!IsDeviceTypeMatch(other->deviceType_)) { in Match()
476 if (this->deviceType_ != DEVICE_NOT_SET && deviceType != DEVICE_NOT_SET) { in IsDeviceTypeMatch()
477 if (this->deviceType_ != deviceType) { in IsDeviceTypeMatch()
549 if (this->deviceType_ != other->deviceType_ && in IsMoreSuitable()
550 request->deviceType_ != DeviceType::DEVICE_NOT_SET) { in IsMoreSuitable()
551 return this->deviceType_ ! in IsMoreSuitable()
[all...]
/base/telephony/call_manager/services/audio/src/
H A Daudio_proxy.cpp260 if (audioDeviceDescriptor->deviceType_ == AudioStandard::DEVICE_TYPE_WIRED_HEADSET || in OnDeviceChange()
261 audioDeviceDescriptor->deviceType_ == AudioStandard::DEVICE_TYPE_WIRED_HEADPHONES || in OnDeviceChange()
262 audioDeviceDescriptor->deviceType_ == AudioStandard::DEVICE_TYPE_USB_HEADSET) { in OnDeviceChange()
312 switch (desc[0]->deviceType_) { in GetPreferredOutputAudioDevice()
390 TELEPHONY_LOGI("OnPreferredOutputDeviceUpdated type: %{public}d", desc[0]->deviceType_); in OnPreferredOutputDeviceUpdated()
396 switch (desc[0]->deviceType_) { in OnPreferredOutputDeviceUpdated()
422 TELEPHONY_LOGI("OnPreferredOutputDeviceUpdated, type: %{public}d", static_cast<int32_t>(desc[0]->deviceType_)); in OnPreferredOutputDeviceUpdated()
423 if (desc[0]->deviceType_ != AudioStandard::DEVICE_TYPE_SPEAKER) { in OnPreferredOutputDeviceUpdated()
H A Daudio_device_manager.cpp90 TELEPHONY_LOGI("available deviceType : %{public}d", audioDevice->deviceType_); in IsSupportEarpiece()
91 if (audioDevice->deviceType_ == AudioStandard::DeviceType::DEVICE_TYPE_EARPIECE) { in IsSupportEarpiece()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_config_impl.h120 DeviceType deviceType_; member in OHOS::Global::Resource::ResConfigImpl
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_subscribe_info.h132 std::string deviceType_; member in OHOS::Notification::final
H A Dnotification_subscriber.h133 std::string deviceType_; member in OHOS::Notification::NotificationSubscriber
/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h256 DeviceType deviceType_; member in OHOS::Global::Resource::ResConfigImpl
/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_impl.cpp283 desc->SetDeviceName(GetDeviceName(audioDevice->deviceType_)); in GetDevices()
391 desc->SetDeviceName(GetDeviceName(defaultDevice->deviceType_)); in GetDefaultOutputDevice()
419 desc->SetDeviceName(GetDeviceName(defaultDevice->deviceType_)); in GetDefaultInputDevice()
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h42 void SetDeviceType(const std::string &deviceType_);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info.cpp87 void ScanDeviceInfoTCP::SetDeviceType(const std::string& deviceType_) in SetDeviceType() argument
89 deviceType = deviceType_; in SetDeviceType()

Completed in 8 milliseconds