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:remoteObjectPtr
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/cellular_call/services/satellite_service_interaction/src/
H
A
D
satellite_call_client.cpp
69
auto
remoteObjectPtr
= managerPtr->CheckSystemAbility(TELEPHONY_SATELLITE_SERVICE_ABILITY_ID);
in GetSatelliteCallProxy()
local
70
if (
remoteObjectPtr
== nullptr) {
in GetSatelliteCallProxy()
82
if (
remoteObjectPtr
->IsProxyObject() && !
remoteObjectPtr
->AddDeathRecipient(dr)) {
in GetSatelliteCallProxy()
87
satelliteServiceProxy_ = iface_cast<ISatelliteService>(
remoteObjectPtr
);
in GetSatelliteCallProxy()
/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H
A
D
satelliteclient_fuzzer.cpp
128
auto
remoteObjectPtr
= managerPtr->CheckSystemAbility(TELEPHONY_SATELLITE_SYS_ABILITY_ID);
in DoSomethingInterestingWithMyAPI()
local
129
if (
remoteObjectPtr
== nullptr) {
in DoSomethingInterestingWithMyAPI()
132
sptr<SatelliteCallInterface> proxy = iface_cast<SatelliteCallInterface>(
remoteObjectPtr
);
in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/ims_service_interaction/src/
H
A
D
ims_core_service_client.cpp
108
auto
remoteObjectPtr
= managerPtr->CheckSystemAbility(TELEPHONY_IMS_SYS_ABILITY_ID);
in GetImsCoreServiceProxy()
local
109
if (
remoteObjectPtr
== nullptr) {
in GetImsCoreServiceProxy()
114
imsCoreServiceProxy_ = iface_cast<ImsCoreServiceInterface>(
remoteObjectPtr
);
in GetImsCoreServiceProxy()
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
H
A
D
ims_sms_client.cpp
86
auto
remoteObjectPtr
= managerPtr->CheckSystemAbility(TELEPHONY_IMS_SYS_ABILITY_ID);
in GetImsSmsProxy()
local
87
if (
remoteObjectPtr
== nullptr) {
in GetImsSmsProxy()
91
imsCoreServiceProxy_ = iface_cast<ImsCoreServiceInterface>(
remoteObjectPtr
);
in GetImsSmsProxy()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H
A
D
ims_call_client.cpp
88
auto
remoteObjectPtr
= managerPtr->CheckSystemAbility(TELEPHONY_IMS_SYS_ABILITY_ID);
in GetImsCallProxy()
local
89
if (
remoteObjectPtr
== nullptr) {
in GetImsCallProxy()
93
imsCoreServiceProxy_ = iface_cast<ImsCoreServiceInterface>(
remoteObjectPtr
);
in GetImsCallProxy()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H
A
D
imsclient_fuzzer.cpp
435
auto
remoteObjectPtr
= managerPtr->CheckSystemAbility(TELEPHONY_IMS_SYS_ABILITY_ID);
in DoSomethingInterestingWithMyAPI()
local
436
if (
remoteObjectPtr
== nullptr) {
in DoSomethingInterestingWithMyAPI()
439
sptr<ImsCallInterface> proxy = iface_cast<ImsCallInterface>(
remoteObjectPtr
);
in DoSomethingInterestingWithMyAPI()
Completed in 4 milliseconds