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:GetCallerIndex
(Results
1 - 5
of
5
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
telephony_extension_wrapper.cpp
46
ErrCode TelExtensionWrapper::
GetCallerIndex
(
in GetCallerIndex()
function in OHOS::Notification::TelExtensionWrapper
50
ANS_LOGE("
GetCallerIndex
wrapper symbol failed");
in GetCallerIndex()
H
A
D
advanced_datashare_helper.cpp
162
resultId = TEL_EXTENTION_WRAPPER->
GetCallerIndex
(resultSet, phoneNumber);
in QueryContact()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
telephony_extension_wrapper.h
31
ErrCode
GetCallerIndex
(std::shared_ptr<DataShare::DataShareResultSet> resultSet, std::string compNum);
/base/telephony/call_manager/services/call/call_state_observer/src/
H
A
D
call_data_base_helper.cpp
411
int resultId =
GetCallerIndex
(resultSet, contactInfo.number);
in QueryContactInfoEnhanced()
428
int
GetCallerIndex
(std::shared_ptr<DataShare::DataShareResultSet> resultSet,
in GetCallerIndex()
function
436
typedef int (*
GetCallerIndex
) (std::shared_ptr<DataShare::DataShareResultSet>, std::string);
in GetCallerIndex()
typedef
437
GetCallerIndex
getCallerIndex = reinterpret_cast<
GetCallerIndex
>(dlsym(telephonyHandle, "GetCallerNumIndex"));
in GetCallerIndex()
/base/telephony/call_manager/services/call/call_state_observer/include/
H
A
D
call_data_base_helper.h
101
int
GetCallerIndex
(std::shared_ptr<DataShare::DataShareResultSet> resultSet, std::string phoneNumber);
Completed in 3 milliseconds