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:iRemoteObjectPtr
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/call_manager/services/telephony_interaction/src/
H
A
D
voip_call_connection.cpp
92
sptr<IRemoteObject>
iRemoteObjectPtr
= managerPtr->GetSystemAbility(systemAbilityId_);
in GetCallManagerProxy()
local
93
if (
iRemoteObjectPtr
== nullptr) {
in GetCallManagerProxy()
94
TELEPHONY_LOGI("Voipconnect
iRemoteObjectPtr
is null");
in GetCallManagerProxy()
97
voipCallManagerInterfacePtr = iface_cast<IVoipCallManagerService>(
iRemoteObjectPtr
);
in GetCallManagerProxy()
H
A
D
cellular_call_connection.cpp
102
sptr<IRemoteObject>
iRemoteObjectPtr
= managerPtr->GetSystemAbility(systemAbilityId_);
in ConnectService()
local
103
if (
iRemoteObjectPtr
== nullptr) {
in ConnectService()
106
cellularCallInterfacePtr = iface_cast<CellularCallInterface>(
iRemoteObjectPtr
);
in ConnectService()
/base/telephony/call_manager/frameworks/native/src/
H
A
D
bluetooth_call_client.cpp
48
sptr<IRemoteObject>
iRemoteObjectPtr
= g_callManagerProxyPtr->GetProxyObjectPtr(PROXY_BLUETOOTH_CALL);
in Init()
local
49
if (
iRemoteObjectPtr
== nullptr) {
in Init()
53
g_bluetoothCallProxyPtr = iface_cast<IBluetoothCall>(
iRemoteObjectPtr
);
in Init()
H
A
D
call_manager_proxy.cpp
219
sptr<IRemoteObject>
iRemoteObjectPtr
= managerPtr->GetSystemAbility(systemAbilityId_);
in ConnectService()
local
220
if (
iRemoteObjectPtr
== nullptr) {
in ConnectService()
232
if ((
iRemoteObjectPtr
->IsProxyObject()) && (!
iRemoteObjectPtr
->AddDeathRecipient(dr))) {
in ConnectService()
236
callManagerServicePtr = iface_cast<ICallManagerService>(
iRemoteObjectPtr
);
in ConnectService()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H
A
D
call_manager_connect.cpp
604
sptr<IRemoteObject>
iRemoteObjectPtr
= managerPtr->GetSystemAbility(systemAbilityId_);
in ConnectService()
local
605
if (
iRemoteObjectPtr
== nullptr) {
in ConnectService()
608
callManagerServicePtr = iface_cast<ICallManagerService>(
iRemoteObjectPtr
);
in ConnectService()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch6_test.cpp
518
sptr<IRemoteObject>
iRemoteObjectPtr
= managerPtr->GetSystemAbility(TELEPHONY_CALL_MANAGER_SYS_ABILITY_ID);
in HWTEST_F()
local
519
if (
iRemoteObjectPtr
!= nullptr) {
in HWTEST_F()
520
voipCallManagerInterfacePtr = iface_cast<IVoipCallManagerService>(
iRemoteObjectPtr
);
in HWTEST_F()
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_service.cpp
1594
sptr<IRemoteObject>
iRemoteObjectPtr
= managerPtr->GetSystemAbility(TELEPHONY_CALL_MANAGER_SYS_ABILITY_ID);
in StartCallManagerService()
local
1595
if (
iRemoteObjectPtr
== nullptr) {
in StartCallManagerService()
Completed in 10 milliseconds