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:phys
(Results
1 - 9
of
9
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_mmi_device_info_adapter_impl.cpp
107
void ArkMMIDeviceInfoAdapterImpl::SetPhys(ArkWebString
phys
)
in SetPhys()
argument
109
real_->SetPhys(ArkWebStringStructToClass(
phys
));
in SetPhys()
H
A
D
ark_mmi_device_info_adapter_impl.h
61
void SetPhys(ArkWebString
phys
) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_mmi_device_info_adapter_wrapper.cpp
116
void ArkMMIDeviceInfoAdapterWrapper::SetPhys(std::string
phys
)
in SetPhys()
argument
118
ArkWebString str = ArkWebStringClassToStruct(
phys
);
in SetPhys()
H
A
D
ark_mmi_device_info_adapter_wrapper.h
61
void SetPhys(std::string
phys
) override;
/base/msdp/device_status/intention/services/device_manager/include/
H
A
D
device.h
76
void SetPhys(const std::string &
phys
) override;
196
inline void Device::SetPhys(const std::string &
phys
)
in SetPhys()
argument
198
phys_ =
phys
;
in SetPhys()
/base/msdp/device_status/intention/prototype/include/
H
A
D
i_device.h
64
virtual void SetPhys(const std::string &
phys
) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_mmi_adapter.h
77
virtual void SetPhys(ArkWebString
phys
) = 0;
/base/msdp/device_status/tools/vdev/src/
H
A
D
virtual_device_builder.cpp
240
std::string
phys
;
243
phys
= vDev_->GetPhys();
255
phys
= tIter->second;
256
phys
.append("/").append(std::to_string(getpid()));
259
if (ioctl(fd_, UI_SET_PHYS,
phys
.c_str()) < 0) {
260
FI_HILOGE("Failed while setting
phys
:%{public}s", strerror(errno));
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
mmi_adapter.h
70
virtual void SetPhys(std::string
phys
) = 0;
Completed in 6 milliseconds