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:saProxy
(Results
1 - 3
of
3
) sorted by relevance
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H
A
D
ref_count_collect.cpp
81
sptr<IPCObjectProxy>
saProxy
= reinterpret_cast<IPCObjectProxy*>(object.GetRefPtr());
in IdentifyUnrefOndemand()
local
82
if (
saProxy
== nullptr) {
in IdentifyUnrefOndemand()
85
uint32_t refCount =
saProxy
->GetStrongRefCountForStub();
in IdentifyUnrefOndemand()
112
sptr<IPCObjectProxy>
saProxy
= reinterpret_cast<IPCObjectProxy*>(object.GetRefPtr());
in IdentifyUnrefResident()
local
113
if (
saProxy
== nullptr) {
in IdentifyUnrefResident()
116
uint32_t refCount =
saProxy
->GetStrongRefCountForStub();
in IdentifyUnrefResident()
/foundation/communication/ipc/services/dbinder/c/src/
H
A
D
dbinder_service.c
589
ProxyObject *
saProxy
= FindOrNewProxy(message->binderObject, (int32_t)message->stubIndex);
in OnRemoteInvokerMessage()
local
590
if (
saProxy
== NULL) {
in OnRemoteInvokerMessage()
604
if (OnRemoteInvokerDataBusMessage(
saProxy
, &replyMessage, fromDeviceID,
in OnRemoteInvokerMessage()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H
A
D
dbinder_service.cpp
556
IPCObjectProxy *
saProxy
= reinterpret_cast<IPCObjectProxy *>(remoteObject.GetRefPtr());
in LoadSystemAbilityComplete()
local
560
if (!
saProxy
->AddDeathRecipient(death)) {
in LoadSystemAbilityComplete()
579
uint32_t result = OnRemoteInvokerDataBusMessage(
saProxy
, replyMessage, deviceId,
in LoadSystemAbilityComplete()
Completed in 4 milliseconds