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:rhs
(Results
1 - 10
of
10
) sorted by relevance
/drivers/peripheral/intelligent_voice/utils/
H
A
D
scope_guard.h
30
ScopeGuard(ScopeGuard &&
rhs
) : func_(std::move(
rhs
.func)), active_(
rhs
.active_)
in ScopeGuard()
argument
32
rhs
.Disable();
in ScopeGuard()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H
A
D
hdi_layer.h
67
HdiLayerBuffer(const HdiLayerBuffer &
rhs
);
68
HdiLayerBuffer& operator=(const HdiLayerBuffer &
rhs
);
203
bool operator () (const HdiLayer *lhs, const HdiLayer *
rhs
) const
in operator ()()
205
if (lhs == nullptr ||
rhs
== nullptr) {
in operator ()()
206
return (lhs == nullptr) && (
rhs
== nullptr);
in operator ()()
208
return lhs->GetZorder() <
rhs
->GetZorder();
in operator ()()
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H
A
D
code_emitter.h
33
bool operator()(const HeaderFile &lhs, const HeaderFile &
rhs
) const
in operator ()()
35
int compareRet = lhs.fileName_.compare(
rhs
.fileName_);
in operator ()()
40
if (lhs.type_ !=
rhs
.type_) {
in operator ()()
41
return lhs.type_ <
rhs
.type_;
in operator ()()
/drivers/peripheral/display/composer/vdi_base/include/
H
A
D
hdi_layer.h
186
bool operator () (const HdiLayer *lhs, const HdiLayer *
rhs
) const
in operator ()()
188
if (lhs == nullptr ||
rhs
== nullptr) {
in operator ()()
189
return (lhs == nullptr) && (
rhs
== nullptr);
in operator ()()
191
return lhs->GetZorder() <
rhs
->GetZorder();
in operator ()()
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H
A
D
token.h
105
bool operator()(const Token &lhs, const Token &
rhs
) const
in operator ()()
107
return lhs.kind >
rhs
.kind;
in operator ()()
/drivers/external_device_manager/services/native/driver_extension_manager/include/device_manager/
H
A
D
device.h
125
bool operator()(const sptr<IDriverExtMgrCallback> &lhs, const sptr<IDriverExtMgrCallback> &
rhs
) const
in operator ()()
128
sptr<IRemoteObject> rhsRemote =
rhs
->AsObject();
in operator ()()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H
A
D
parser.h
31
bool operator()(const AutoPtr<AST> &lhs, const AutoPtr<AST> &
rhs
) const
in operator ()()
33
return lhs->GetMinorVer() <
rhs
->GetMinorVer();
in operator ()()
/drivers/peripheral/location/agnss/hdi_service/
H
A
D
agnss_interface_impl.cpp
132
const sptr<IRemoteObject>&
rhs
= OHOS::HDI::hdi_objcast<IAGnssCallback>(callBackIter->second);
in SetAgnssCallback()
local
133
return lhs ==
rhs
? HDF_SUCCESS : HDF_FAILURE;
in SetAgnssCallback()
/drivers/peripheral/sensor/hdi_service/
H
A
D
sensor_if_service.cpp
488
const sptr<IRemoteObject> &
rhs
= OHOS::HDI::hdi_objcast<ISensorCallback>(callbackRegistered);
in AddCallbackMap()
489
return lhs ==
rhs
;
in AddCallbackMap()
523
const sptr<IRemoteObject> &
rhs
= OHOS::HDI::hdi_objcast<ISensorCallback>(callbackRegistered);
in RemoveCallbackMap()
524
return lhs ==
rhs
;
in RemoveCallbackMap()
/drivers/peripheral/sensor/hdi_impl/
H
A
D
sensor_impl.cpp
274
const sptr<IRemoteObject> &
rhs
= callbackRegistered->HandleCallbackDeath();
in Register()
275
return lhs ==
rhs
;
in Register()
Completed in 6 milliseconds