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:callDataPtr
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H
A
D
call_manager_gtest.h
87
std::shared_ptr<CallDataBaseHelper>
callDataPtr
= DelayedSingleton<CallDataBaseHelper>::GetInstance();
in IsAirplaneModeOn()
local
88
if (
callDataPtr
== nullptr) {
in IsAirplaneModeOn()
91
int32_t ret =
callDataPtr
->GetAirplaneMode(isAirplaneModeOn);
in IsAirplaneModeOn()
/base/telephony/call_manager/services/call/call_state_observer/src/
H
A
D
call_records_handler.cpp
37
TELEPHONY_LOGE("
callDataPtr
is nullptr!");
in AddCallLogInfo()
114
TELEPHONY_LOGE("
callDataPtr
is nullptr!");
in QueryAndNotifyUnReadMissedCall()
164
std::shared_ptr<CallDataBaseHelper>
callDataPtr
= DelayedSingleton<CallDataBaseHelper>::GetInstance();
in RemoveMissedIncomingCallNotification()
local
165
if (
callDataPtr
== nullptr) {
in RemoveMissedIncomingCallNotification()
166
TELEPHONY_LOGE("
callDataPtr
is nullptr!");
in RemoveMissedIncomingCallNotification()
177
bool ret =
callDataPtr
->Update(predicates, bucket);
in RemoveMissedIncomingCallNotification()
H
A
D
call_data_base_helper.cpp
56
std::shared_ptr<CallDataBaseHelper>
callDataPtr
= DelayedSingleton<CallDataBaseHelper>::GetInstance();
in OnChange()
local
57
if (
callDataPtr
== nullptr) {
in OnChange()
58
TELEPHONY_LOGE("
callDataPtr
is nullptr!");
in OnChange()
65
callDataPtr
->Query(this->phones, predicates);
in OnChange()
/base/telephony/call_manager/utils/src/
H
A
D
call_number_utils.cpp
297
std::shared_ptr<NumberIdentityDataBaseHelper>
callDataPtr
=
in QueryNumberLocationInfo()
local
299
if (
callDataPtr
== nullptr) {
in QueryNumberLocationInfo()
300
TELEPHONY_LOGE("
callDataPtr
is nullptr!");
in QueryNumberLocationInfo()
308
bool ret =
callDataPtr
->Query(numberLocation, predicates);
in QueryNumberLocationInfo()
382
std::shared_ptr<NumberIdentityDataBaseHelper>
callDataPtr
=
in QueryYellowPageAndMarkInfo()
local
384
if (
callDataPtr
== nullptr) {
in QueryYellowPageAndMarkInfo()
385
TELEPHONY_LOGE("
callDataPtr
is nullptr!");
in QueryYellowPageAndMarkInfo()
393
bool ret =
callDataPtr
->QueryYellowPageAndMark(numberMarkInfo, predicates);
in QueryYellowPageAndMarkInfo()
/base/telephony/call_manager/services/call/src/
H
A
D
call_policy.cpp
154
std::shared_ptr<CallDataBaseHelper>
callDataPtr
= DelayedSingleton<CallDataBaseHelper>::GetInstance();
in GetAirplaneMode()
local
155
if (
callDataPtr
== nullptr) {
in GetAirplaneMode()
156
TELEPHONY_LOGE("
callDataPtr
is nullptr");
in GetAirplaneMode()
159
return
callDataPtr
->GetAirplaneMode(isAirplaneModeOn);
in GetAirplaneMode()
H
A
D
call_status_manager.cpp
557
std::shared_ptr<CallDataBaseHelper>
callDataPtr
= DelayedSingleton<CallDataBaseHelper>::GetInstance();
in QueryCallerInfo()
local
558
if (
callDataPtr
== nullptr) {
in QueryCallerInfo()
559
TELEPHONY_LOGE("
callDataPtr
is nullptr!");
in QueryCallerInfo()
571
if (!
callDataPtr
->QueryContactInfoEnhanced(contactInfo, predicates)) {
in QueryCallerInfo()
578
if (!
callDataPtr
->Query(contactInfo, predicates)) {
in QueryCallerInfo()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch1_test.cpp
457
std::shared_ptr<NumberIdentityDataBaseHelper>
callDataPtr
=
in HWTEST_F()
local
459
printf("NUMBER_IDENTITY_URI: %s\n",
callDataPtr
->NUMBER_IDENTITY_URI);
in HWTEST_F()
460
auto helper = CreateDataShareHelper(
callDataPtr
->NUMBER_IDENTITY_URI);
in HWTEST_F()
Completed in 8 milliseconds