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:RemoteServiceStub
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/include/
H
A
D
ipc_rust_test.h
56
struct
RemoteServiceStub
: public IPCObjectStub {
struct
58
RemoteServiceStub
();
59
~
RemoteServiceStub
();
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/
H
A
D
system_ability_wrapper.cpp
72
auto stub = sptr<
RemoteServiceStub
>::MakeSptr(ability.into_raw());
in PublishWrapper()
184
RemoteServiceStub
::
RemoteServiceStub
(AbilityStub *ability)
in RemoteServiceStub()
function in OHOS::SafwkRust::RemoteServiceStub
189
RemoteServiceStub
::~
RemoteServiceStub
()
in ~RemoteServiceStub()
194
int
RemoteServiceStub
::OnRemoteRequest(
in OnRemoteRequest()
200
int
RemoteServiceStub
::Dump(int fd, const std::vector<std::u16string> &args)
in Dump()
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H
A
D
remote_object_wrapper.cpp
133
RemoteServiceStub
::
RemoteServiceStub
(RemoteStubWrapper *ability, std::u16string descriptor) : IPCObjectStub(descriptor)
in RemoteServiceStub()
function in OHOS::IpcRust::RemoteServiceStub
138
RemoteServiceStub
::~
RemoteServiceStub
()
in ~RemoteServiceStub()
143
int
RemoteServiceStub
::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option)
in OnRemoteRequest()
148
int
RemoteServiceStub
::Dump(int fd, const std::vector<std::u16string> &args)
in Dump()
198
auto stub_sptr = sptr<
RemoteServiceStub
>::MakeSptr(raw, descriptor);
in FromRemoteStub()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/include/
H
A
D
system_ability_wrapper.h
84
struct
RemoteServiceStub
: public OHOS::IPCObjectStub {
struct
86
explicit
RemoteServiceStub
(AbilityStub *stub);
87
~
RemoteServiceStub
();
/foundation/communication/ipc/interfaces/innerkits/rust/include/
H
A
D
remote_object_wrapper.h
82
struct
RemoteServiceStub
: public IPCObjectStub {
struct
84
explicit
RemoteServiceStub
(RemoteStubWrapper *stub, std::u16string);
85
~
RemoteServiceStub
();
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H
A
D
system_ability_manager_wrapper.h
68
struct
RemoteServiceStub
: public OHOS::IPCObjectStub {
struct
70
explicit
RemoteServiceStub
(AbilityStub *stub);
71
~
RemoteServiceStub
();
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H
A
D
system_ability_manager_wrapper.cpp
232
auto stub = sptr<
RemoteServiceStub
>::MakeSptr(ability.into_raw());
in AddSystemAbility()
330
RemoteServiceStub
::
RemoteServiceStub
(AbilityStub *ability)
in RemoteServiceStub()
function in OHOS::SamgrRust::RemoteServiceStub
335
RemoteServiceStub
::~
RemoteServiceStub
()
in ~RemoteServiceStub()
340
int
RemoteServiceStub
::OnRemoteRequest(
in OnRemoteRequest()
346
int
RemoteServiceStub
::OnRemoteDump(
in OnRemoteDump()
Completed in 4 milliseconds