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:markType
(Results
1 - 12
of
12
) sorted by relevance
/base/telephony/call_manager/services/spam_call/src/
H
A
D
callback_stub_helper.cpp
54
CallManagerHisysevent::WriteIncomingNumIdentityBehaviorEvent(static_cast<int32_t>(numberMarkInfo.
markType
));
in OnResult()
H
A
D
spam_call_adapter.cpp
34
constexpr char MARK_TYPE[] = "
markType
";
171
info.
markType
= static_cast<MarkType>(numberValue);
in ParseDetectResult()
173
TELEPHONY_LOGI("
markType
: %{public}d", info.
markType
);
in ParseDetectResult()
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
call_manager_info.h
101
MarkType
markType
= MarkType::MARK_TYPE_NONE;
member
435
numberMarkInfo.
markType
= temp.numberMarkInfo.
markType
;
in operator =()
/base/telephony/call_manager/services/hisysevent/src/
H
A
D
call_manager_hisysevent.cpp
76
void CallManagerHisysevent::WriteIncomingNumIdentityBehaviorEvent(const int32_t
markType
)
in WriteIncomingNumIdentityBehaviorEvent()
argument
78
TELEPHONY_LOGI("WriteIncomingNumIdentityBehaviorEvent
markType
: %{public}d",
markType
);
in WriteIncomingNumIdentityBehaviorEvent()
80
MARK_TYPE_KEY,
markType
);
in WriteIncomingNumIdentityBehaviorEvent()
/base/telephony/call_manager/frameworks/native/src/
H
A
D
native_call_manager_utils.cpp
55
info.numberMarkInfo.
markType
= static_cast<MarkType>(messageParcel.ReadInt32());
in ReadCallAttributeInfo()
/base/telephony/call_manager/services/hisysevent/include/
H
A
D
call_manager_hisysevent.h
40
static void WriteIncomingNumIdentityBehaviorEvent(const int32_t
markType
);
/base/telephony/call_manager/utils/src/
H
A
D
call_manager_utils.cpp
46
messageParcel.WriteInt32(static_cast<int32_t>(info.numberMarkInfo.
markType
));
in WriteCallAttributeInfo()
H
A
D
number_identity_data_base_helper.cpp
30
const char *MARK_TYPE = "
markType
";
137
numberMarkInfo.
markType
= static_cast<MarkType>(longValue);
in SetMarkInfoValues()
H
A
D
call_number_utils.cpp
369
if (numberMarkInfo.
markType
!= MarkType::MARK_TYPE_NONE) {
in YellowPageAndMarkUpdate()
/base/telephony/call_manager/services/call/call_state_observer/src/
H
A
D
call_records_handler.cpp
42
if (info.numberMarkInfo.
markType
== MarkType::MARK_TYPE_YELLOW_PAGE && !info.numberMarkInfo.isCloud) {
in AddCallLogInfo()
/base/telephony/call_manager/services/call/src/
H
A
D
call_status_manager.cpp
1218
if (numberMarkInfo.
markType
!= MarkType::MARK_TYPE_NONE) {
in RefreshCallIfNecessary()
1473
if (numberMarkInfo.
markType
== MarkType::MARK_TYPE_YELLOW_PAGE || contactInfo.name != "") {
in IsRingOnceCall()
/base/telephony/call_manager/frameworks/js/napi/src/
H
A
D
napi_call_ability_callback.cpp
633
NapiCallManagerUtils::SetPropertyInt32(env, markInfoObject, "
markType
",
in CreateMarkInfoNapiValue()
634
static_cast<int32_t>(info.numberMarkInfo.
markType
));
in CreateMarkInfoNapiValue()
Completed in 12 milliseconds