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:cFQueryResultList
(Results
1 - 3
of
3
) sorted by relevance
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
ims_call_callback_stub_test.cpp
234
CallForwardQueryInfoList
cFQueryResultList
;
in HWTEST_F()
local
235
callBackStub.BuildCallForwardInfo(cFQueryList,
cFQueryResultList
);
in HWTEST_F()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H
A
D
ims_call_callback_stub.cpp
1390
const CallForwardQueryInfoList &cFQueryList, CallForwardQueryInfoList &
cFQueryResultList
)
in BuildCallForwardInfo()
1392
cFQueryResultList
.callSize = cFQueryList.callSize;
in BuildCallForwardInfo()
1407
cFQueryResultList
.calls.push_back(call);
in BuildCallForwardInfo()
1409
cFQueryResultList
.result.result = cFQueryList.result.result;
in BuildCallForwardInfo()
1410
cFQueryResultList
.result.index = cFQueryList.result.index;
in BuildCallForwardInfo()
1411
cFQueryResultList
.result.reason = cFQueryList.result.reason;
in BuildCallForwardInfo()
1412
cFQueryResultList
.result.message = cFQueryList.result.message;
in BuildCallForwardInfo()
1389
BuildCallForwardInfo( const CallForwardQueryInfoList &cFQueryList, CallForwardQueryInfoList &
cFQueryResultList
)
BuildCallForwardInfo()
argument
/base/telephony/cellular_call/interfaces/innerkits/ims/
H
A
D
ims_call_callback_stub.h
134
void BuildCallForwardInfo(const CallForwardQueryInfoList &cFQueryList, CallForwardQueryInfoList &
cFQueryResultList
);
Completed in 4 milliseconds