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:UpdateCallEvent
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/call_manager/frameworks/js/napi/src/
H
A
D
napi_call_manager_callback.cpp
37
int32_t ret = DelayedSingleton<NapiCallAbilityCallback>::GetInstance()->
UpdateCallEvent
(info);
in OnCallEventChange()
39
TELEPHONY_LOGE("
UpdateCallEvent
failed! errCode:%{public}d", ret);
in OnCallEventChange()
41
TELEPHONY_LOGI("
UpdateCallEvent
success!");
in OnCallEventChange()
H
A
D
napi_call_ability_callback.cpp
643
int32_t NapiCallAbilityCallback::
UpdateCallEvent
(const CallEventInfo &info)
in UpdateCallEvent()
function in OHOS::Telephony::NapiCallAbilityCallback
672
TELEPHONY_LOGD("
UpdateCallEvent
uv_queue_work_with_qos");
in UpdateCallEvent()
/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/
H
A
D
callabilitycallback_fuzzer.cpp
117
int32_t
UpdateCallEvent
(const uint8_t *data, size_t size)
in UpdateCallEvent()
function
346
UpdateCallEvent
(data, size);
in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/frameworks/js/napi/include/
H
A
D
napi_call_ability_callback.h
80
int32_t
UpdateCallEvent
(const CallEventInfo &info);
Completed in 6 milliseconds