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_DATA_BASE
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_request.h
307
HREQ_DATA_BASE
= 300,
enumerator
/base/telephony/ril_adapter/services/hril/include/
H
A
D
hril_event_map.h
111
{
HREQ_DATA_BASE
, "
HREQ_DATA_BASE
" },
/base/telephony/ril_adapter/test/unittest/
H
A
D
ril_interface_test.cpp
145
HREQ_DATA_BASE
= 300,
enumerator
1651
int32_t choice = InputInt32(HREQ_SIM_BASE,
HREQ_DATA_BASE
- MENU_OFFSET, "Command");
in PrintSimMenu()
1660
cout << "----> [" <<
HREQ_DATA_BASE
<< "] ---->Back to the previous menu." << endl;
in PrintDataMenu()
1676
int32_t choice = InputInt32(
HREQ_DATA_BASE
, HREQ_NETWORK_BASE - MENU_OFFSET, "Command");
in PrintDataMenu()
1678
choice = (choice ==
HREQ_DATA_BASE
) ? DEFAULT_CHOICE : choice;
in PrintDataMenu()
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_data.cpp
39
return ((code >=
HREQ_DATA_BASE
) && (code < HREQ_NETWORK_BASE));
in IsDataResponse()
H
A
D
hril_sim.cpp
718
return ((code >= HREQ_SIM_BASE) && (code <
HREQ_DATA_BASE
));
in IsSimResponse()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H
A
D
ril_callback_test.h
128
HREQ_DATA_BASE
= 300,
member in OHOS::Telephony::HdiId
Completed in 12 milliseconds