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:imsCallCallback_
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H
A
D
ims_call.cpp
45
if (
imsCallCallback_
== nullptr) {
in Dial()
49
imsCallCallback_
->DialResponse(slotId, info);
in Dial()
60
if (
imsCallCallback_
== nullptr) {
in HangUp()
64
imsCallCallback_
->HangUpResponse(slotId, info);
in HangUp()
75
if (
imsCallCallback_
== nullptr) {
in RejectWithReason()
79
imsCallCallback_
->RejectWithReasonResponse(slotId, info);
in RejectWithReason()
90
if (
imsCallCallback_
== nullptr) {
in Answer()
94
imsCallCallback_
->AnswerResponse(slotId, info);
in Answer()
104
if (
imsCallCallback_
== nullptr) {
in HoldCall()
108
imsCallCallback_
in HoldCall()
[all...]
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
ims_callback_test.cpp
45
const sptr<ImsCallCallbackInterface>
imsCallCallback_
= (std::make_unique<ImsCallCallbackStub>()).release();
in HWTEST_F()
local
47
(std::make_unique<ImsCallCallbackProxy>(
imsCallCallback_
->AsObject().GetRefPtr())).release();
in HWTEST_F()
98
const sptr<ImsCallCallbackInterface>
imsCallCallback_
= (std::make_unique<ImsCallCallbackStub>()).release();
in HWTEST_F()
local
100
(std::make_unique<ImsCallCallbackProxy>(
imsCallCallback_
->AsObject().GetRefPtr())).release();
in HWTEST_F()
152
const sptr<ImsCallCallbackInterface>
imsCallCallback_
= (std::make_unique<ImsCallCallbackStub>()).release();
in HWTEST_F()
local
154
(std::make_unique<ImsCallCallbackProxy>(
imsCallCallback_
->AsObject().GetRefPtr())).release();
in HWTEST_F()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H
A
D
ims_call_client.cpp
127
imsCallCallback_
= (std::make_unique<ImsCallCallbackStub>()).release();
in RegisterImsCallCallback()
128
if (
imsCallCallback_
== nullptr) {
in RegisterImsCallCallback()
132
int32_t ret = imsCallProxy_->RegisterImsCallCallback(
imsCallCallback_
);
in RegisterImsCallCallback()
736
if (
imsCallCallback_
!= nullptr) {
in Clean()
737
imsCallCallback_
.clear();
in Clean()
738
imsCallCallback_
= nullptr;
in Clean()
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H
A
D
ims_call.h
492
sptr<ImsCallCallbackInterface>
imsCallCallback_
= nullptr;
member in OHOS::Telephony::ImsCall
/base/telephony/cellular_call/interfaces/innerkits/ims/
H
A
D
ims_call_client.h
644
sptr<ImsCallCallbackInterface>
imsCallCallback_
= nullptr;
member in OHOS::Telephony::ImsCallClient
Completed in 5 milliseconds