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:HREQ_SIM_BASE
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H
A
D
ril_adapter_service_test.cpp
80
EXPECT_FALSE(hRilSms.IsSmsRespOrNotify(
HREQ_SIM_BASE
));
in HWTEST_F()
144
EXPECT_FALSE(hRilSms.IsSmsResponse(
HREQ_SIM_BASE
));
in HWTEST_F()
146
EXPECT_FALSE(hRilSms.IsSmsNotification(
HREQ_SIM_BASE
));
in HWTEST_F()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_request.h
207
HREQ_SIM_BASE
= 200,
enumerator
/base/telephony/ril_adapter/services/hril/include/
H
A
D
hril_event_map.h
84
{
HREQ_SIM_BASE
, "
HREQ_SIM_BASE
" },
/base/telephony/ril_adapter/test/unittest/
H
A
D
ril_interface_test.cpp
117
HREQ_SIM_BASE
= 200,
enumerator
1615
int32_t choice = InputInt32(HREQ_SMS_BASE,
HREQ_SIM_BASE
- MENU_OFFSET, "Command");
in PrintSmsMenu()
1624
cout << "----> [" <<
HREQ_SIM_BASE
<< "] ---->Back to the previous menu." << endl;
in PrintSimMenu()
1651
int32_t choice = InputInt32(
HREQ_SIM_BASE
, HREQ_DATA_BASE - MENU_OFFSET, "Command");
in PrintSimMenu()
1653
choice = (choice ==
HREQ_SIM_BASE
) ? DEFAULT_CHOICE : choice;
in PrintSimMenu()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H
A
D
ril_callback_test.h
101
HREQ_SIM_BASE
= 200,
member in OHOS::Telephony::HdiId
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_sim.cpp
718
return ((code >=
HREQ_SIM_BASE
) && (code < HREQ_DATA_BASE));
in IsSimResponse()
H
A
D
hril_sms.cpp
799
return ((code >= HREQ_SMS_BASE) && (code <
HREQ_SIM_BASE
));
in IsSmsResponse()
Completed in 24 milliseconds