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:hdiId_
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H
A
D
ril_callback_test.cpp
27
hdiId_
= HdiId::HREQ_NONE;
in NotifyAll()
44
hdiId_
= HdiId::HREQ_NONE;
in Clean()
51
if (
hdiId_
== HdiId::HREQ_NONE) {
in GetBoolResult()
53
"response timeout, not implemented hdiId: %{public}d, current
hdiId_
: %{public}d", (int32_t)hdiId,
hdiId_
);
in GetBoolResult()
58
if (
hdiId_
!= hdiId) {
in GetBoolResult()
61
"GetBoolResult hdiId does not match. hdiId: %{public}d, current hdiId: %{public}d", (int32_t)hdiId,
hdiId_
);
in GetBoolResult()
128
hdiId_
= HdiId::HREQ_SIM_GET_SIM_STATUS;
in GetSimStatusResponse()
141
hdiId_
= HdiId::HREQ_SIM_GET_SIM_STATUS;
in GetSimCardStatusResponse()
151
hdiId_
in GetSimIOResponse()
[all...]
H
A
D
ril_test_util.cpp
35
bool RilTestUtil::GetBoolResult(HdiId
hdiId_
)
in GetBoolResult()
argument
37
return rilTestUtil_.GetBoolResultInner(
hdiId_
);
in GetBoolResult()
99
bool RilTestUtil::GetBoolResultInner(HdiId
hdiId_
)
in GetBoolResultInner()
argument
105
return callback_->GetBoolResult(
hdiId_
);
in GetBoolResultInner()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H
A
D
ril_test_util.h
45
static bool GetBoolResult(HdiId
hdiId_
);
57
bool GetBoolResultInner(HdiId
hdiId_
);
H
A
D
ril_callback_test.h
247
bool GetBoolResult(HdiId
hdiId_
);
533
HdiId
hdiId_
;
member in OHOS::Telephony::HdiId::NotificationFilter::SelectionMode::RilCallbackTest
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H
A
D
executor.cpp
37
hdiId_
(hdiId)
in Executor()
47
Common::CombineUint16ToUint32(
hdiId_
, static_cast<uint16_t>(executorInfo.executorSensorHint));
in Executor()
94
Common::CombineUint16ToUint32(
hdiId_
, static_cast<uint16_t>(executorInfo.executorSensorHint));
in RegisterExecutorCallback()
/base/useriam/user_auth_framework/frameworks/native/executors/include/
H
A
D
executor.h
63
uint16_t
hdiId_
= 0;
member in OHOS::UserIam::UserAuth::Executor
Completed in 5 milliseconds