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_COMMON_BASE
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_request.h
407
HREQ_COMMON_BASE
= 500,
enumerator
/base/telephony/ril_adapter/services/hril/include/
H
A
D
hril_event_map.h
137
{
HREQ_COMMON_BASE
, "
HREQ_COMMON_BASE
" },
/base/telephony/ril_adapter/test/unittest/
H
A
D
ril_interface_test.cpp
181
HREQ_COMMON_BASE
= 500,
enumerator
1713
int32_t choice = InputInt32(HREQ_NETWORK_BASE,
HREQ_COMMON_BASE
- MENU_OFFSET, "Command");
in PrintNetworkMenu()
1722
cout << "----> [" <<
HREQ_COMMON_BASE
<< "] ---->Back to the previous menu." << endl;
in PrintModemMenu()
1732
int32_t choice = InputInt32(
HREQ_COMMON_BASE
, HREQ_MODEM_EXIT - MENU_OFFSET, "Command");
in PrintModemMenu()
1734
choice = (choice ==
HREQ_COMMON_BASE
) ? DEFAULT_CHOICE : choice;
in PrintModemMenu()
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_modem.cpp
266
return ((code >=
HREQ_COMMON_BASE
) && (code <= HREQ_MODEM_GET_VOICE_RADIO));
in IsModemResponse()
H
A
D
hril_network.cpp
1456
return ((code >= HREQ_NETWORK_BASE) && (code <
HREQ_COMMON_BASE
));
in IsNetworkResponse()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H
A
D
ril_callback_test.h
162
HREQ_COMMON_BASE
= 500,
member in OHOS::Telephony::HdiId
Completed in 12 milliseconds