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:markCount
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
call_manager_info.h
109
int32_t
markCount
= -1;
member
438
numberMarkInfo.
markCount
= temp.numberMarkInfo.
markCount
;
in operator =()
/base/telephony/call_manager/frameworks/native/src/
H
A
D
native_call_manager_utils.cpp
60
info.numberMarkInfo.
markCount
= messageParcel.ReadInt32();
in ReadCallAttributeInfo()
/base/telephony/call_manager/utils/src/
H
A
D
call_manager_utils.cpp
48
messageParcel.WriteInt32(info.numberMarkInfo.
markCount
);
in WriteCallAttributeInfo()
H
A
D
number_identity_data_base_helper.cpp
32
const char *MARK_COUNT = "
markCount
";
148
numberMarkInfo.
markCount
= longValue;
in SetMarkInfoValues()
/base/telephony/call_manager/services/spam_call/src/
H
A
D
spam_call_adapter.cpp
35
constexpr char MARK_COUNT[] = "
markCount
";
175
info.
markCount
= numberValue;
in ParseDetectResult()
/base/telephony/call_manager/frameworks/js/napi/src/
H
A
D
napi_call_ability_callback.cpp
636
NapiCallManagerUtils::SetPropertyInt32(env, markInfoObject, "
markCount
",
in CreateMarkInfoNapiValue()
637
static_cast<int32_t>(info.numberMarkInfo.
markCount
));
in CreateMarkInfoNapiValue()
Completed in 8 milliseconds