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_CALL_BASE
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_request.h
21
HREQ_CALL_BASE
= 0,
enumerator
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H
A
D
ril_adapter_service_test.cpp
78
EXPECT_FALSE(hRilSms.IsSmsRespOrNotify(
HREQ_CALL_BASE
));
in HWTEST_F()
142
EXPECT_FALSE(hRilSms.IsSmsResponse(
HREQ_CALL_BASE
));
in HWTEST_F()
/base/telephony/ril_adapter/services/hril/include/
H
A
D
hril_event_map.h
25
{
HREQ_CALL_BASE
, "
HREQ_CALL_BASE
" },
/base/telephony/ril_adapter/test/unittest/
H
A
D
ril_interface_test.cpp
62
HREQ_CALL_BASE
= 0,
enumerator
1566
int32_t choice = InputInt32(
HREQ_CALL_BASE
, HREQ_MODEM_EXIT - 1, "Command");
in PrintStressMenu()
1568
choice = (choice ==
HREQ_CALL_BASE
) ? DEFAULT_CHOICE : choice;
in PrintStressMenu()
1575
cout << "----> [" <<
HREQ_CALL_BASE
<< "] ---->Back to the previous menu." << endl;
in PrintCallMenu()
1599
int32_t choice = InputInt32(
HREQ_CALL_BASE
, HREQ_SMS_BASE - MENU_OFFSET, "Command");
in PrintCallMenu()
1601
choice = (choice ==
HREQ_CALL_BASE
) ? DEFAULT_CHOICE : choice;
in PrintCallMenu()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H
A
D
ril_callback_test.h
45
HREQ_CALL_BASE
= 0,
member in OHOS::Telephony::HdiId
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_call.cpp
38
return ((code >=
HREQ_CALL_BASE
) && (code < HREQ_SMS_BASE));
in IsCallResponse()
Completed in 11 milliseconds