Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:deviceType_
(Results
1 - 13
of
13
) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H
A
D
res_config_impl.cpp
29
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
D
notification_subscribe_info.cpp
35
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
D
notification_subscriber.cpp
27
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
D
res_config_impl.cpp
50
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
D
audio_proxy.cpp
260
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
D
audio_device_manager.cpp
90
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
D
res_config_impl.h
120
DeviceType
deviceType_
;
member in OHOS::Global::Resource::ResConfigImpl
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_subscribe_info.h
132
std::string
deviceType_
;
member in OHOS::Notification::final
H
A
D
notification_subscriber.h
133
std::string
deviceType_
;
member in OHOS::Notification::NotificationSubscriber
/base/global/resource_management/frameworks/resmgr/include/
H
A
D
res_config_impl.h
256
DeviceType
deviceType_
;
member in OHOS::Global::Resource::ResConfigImpl
/base/web/webview/ohos_adapter/audio_adapter/src/
H
A
D
audio_system_manager_adapter_impl.cpp
283
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
D
scanner_info.h
42
void SetDeviceType(const std::string &
deviceType_
);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scanner_info.cpp
87
void ScanDeviceInfoTCP::SetDeviceType(const std::string&
deviceType_
)
in SetDeviceType()
argument
89
deviceType =
deviceType_
;
in SetDeviceType()
Completed in 8 milliseconds