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:InterIpcStub
(Results
1 - 10
of
10
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H
A
D
inter_ipc_stub.cpp
26
InterIpcStub
::
InterIpcStub
()
in InterIpcStub()
function in OHOS::Sharing::InterIpcStub
31
InterIpcStub
::~
InterIpcStub
()
in ~InterIpcStub()
43
void
InterIpcStub
::SetStubListener(std::weak_ptr<IInterIpcStubListener> listener)
in SetStubListener()
49
int
InterIpcStub
::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option)
in OnRemoteRequest()
74
int32_t
InterIpcStub
::SetListenerObject(MessageParcel &data, MessageParcel &reply)
in SetListenerObject()
84
int32_t
InterIpcStub
::DoIpcCommand(MessageParcel &data, MessageParcel &reply)
in DoIpcCommand()
101
int32_t
InterIpcStub
::GetSystemAbility(MessageParcel &data, MessageParcel &reply)
in GetSystemAbility()
112
int32_t
InterIpcStub
[all...]
H
A
D
inter_ipc_stub.h
36
class
InterIpcStub
: public IRemoteStub<IInterIpc>,
class
39
using Ptr = std::shared_ptr<
InterIpcStub
>;
40
InterIpcStub
();
41
virtual ~
InterIpcStub
();
H
A
D
inter_ipc_stub_death_listener.h
26
explicit InterIpcStubDeathListener(
InterIpcStub
::Ptr stub)
in InterIpcStubDeathListener()
44
std::weak_ptr<
InterIpcStub
> stub_;
H
A
D
inter_ipc_service_stub.cpp
53
sptr<
InterIpcStub
> adapterStub = new (std::nothrow) InterIpcSubStub();
in GetSubSystemAbility()
84
sharedFromThis_ =
InterIpcStub
::Ptr(this, [](
InterIpcStub
*) { SHARING_LOGD("trace."); });
in CreateDeathListener()
H
A
D
inter_ipc_sub_stub.h
25
class InterIpcSubStub : public
InterIpcStub
{
H
A
D
inter_ipc_client_stub.h
24
class InterIpcClientStub : public
InterIpcStub
{
H
A
D
ipc_msg_adapter.h
73
void SetLocalStub(sptr<
InterIpcStub
> stub);
85
sptr<
InterIpcStub
> localStub_ = nullptr;
H
A
D
inter_ipc_service_stub.h
23
class InterIpcServiceStub : public
InterIpcStub
{
H
A
D
ipc_msg_adapter.cpp
54
void IpcMsgAdapter::SetLocalStub(sptr<
InterIpcStub
> stub)
in SetLocalStub()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H
A
D
interprocess_unit_test.cpp
442
auto ipcStub = std::make_shared<
InterIpcStub
>();
in HWTEST_F()
450
auto ipcStub = std::make_shared<
InterIpcStub
>();
in HWTEST_F()
460
auto interIpcStub = std::make_shared<
InterIpcStub
>();
in HWTEST_F()
466
auto interIpcStub = std::make_shared<
InterIpcStub
>();
in HWTEST_F()
473
auto interIpcStub = std::make_shared<
InterIpcStub
>();
in HWTEST_F()
482
auto interIpcStub = std::make_shared<
InterIpcStub
>();
in HWTEST_F()
495
auto interIpcStub = std::make_shared<
InterIpcStub
>();
in HWTEST_F()
505
auto interIpcStub = std::make_shared<
InterIpcStub
>();
in HWTEST_F()
517
auto interIpcStub = std::make_shared<
InterIpcStub
>();
in HWTEST_F()
529
auto interIpcStub = std::make_shared<
InterIpcStub
>();
in HWTEST_F()
[all...]
Completed in 7 milliseconds