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:callDirection
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/call_manager/frameworks/native/src/
H
A
D
native_call_manager_utils.cpp
47
info.
callDirection
= static_cast<CallDirection>(messageParcel.ReadInt32());
in ReadCallAttributeInfo()
/base/telephony/call_manager/utils/src/
H
A
D
call_manager_utils.cpp
40
messageParcel.WriteInt32(static_cast<int32_t>(info.
callDirection
));
in WriteCallAttributeInfo()
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
call_manager_info.h
273
CallDirection
callDirection
= CallDirection::CALL_DIRECTION_UNKNOW;
member
/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/
H
A
D
callabilitycallback_fuzzer.cpp
102
dataMessageParcel.WriteInt32(static_cast<int32_t>(info.
callDirection
));
in UpdateCallStateInfo()
/base/telephony/call_manager/services/call/call_state_observer/src/
H
A
D
call_records_manager.cpp
235
data.directionType = info.
callDirection
;
in CopyCallInfoToRecord()
/base/telephony/call_manager/services/call/src/
H
A
D
call_base.cpp
151
info.
callDirection
= direction_;
in GetCallAttributeBaseInfo()
H
A
D
call_status_manager.cpp
1192
sptr<CallBase> newCall = CreateNewCall(info, attrInfo.
callDirection
);
in RefreshCallIfNecessary()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H
A
D
call_manager_connect.cpp
45
parcelPtr.
callDirection
= static_cast<CallDirection>(data.ReadInt32());
in OnUpdateCallStateInfoRequest()
Completed in 10 milliseconds