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:IpcMsgAdapter
(Results
1 - 18
of
18
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H
A
D
ipc_msg_adapter.cpp
21
IpcMsgAdapter
::~
IpcMsgAdapter
()
in ~IpcMsgAdapter()
28
int32_t
IpcMsgAdapter
::SendRequest(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &reply)
in SendRequest()
40
int32_t
IpcMsgAdapter
::OnRequest(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &reply)
in OnRequest()
54
void
IpcMsgAdapter
::SetLocalStub(sptr<InterIpcStub> stub)
in SetLocalStub()
63
void
IpcMsgAdapter
::SetPeerProxy(sptr<IInterIpc> proxy)
in SetPeerProxy()
69
void
IpcMsgAdapter
::OnIpcRequest(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &reply)
in OnIpcRequest()
75
void
IpcMsgAdapter
::OnRemoteDied()
in OnRemoteDied()
84
void
IpcMsgAdapter
::SetCallingKey(std::string key)
in SetCallingKey()
90
std::string
IpcMsgAdapter
[all...]
H
A
D
ipc_msg_adapter.h
57
class
IpcMsgAdapter
: public MsgAdapter,
class
59
public std::enable_shared_from_this<
IpcMsgAdapter
> {
61
using Ptr = std::shared_ptr<
IpcMsgAdapter
>;
63
IpcMsgAdapter
() = default;
64
~
IpcMsgAdapter
() override;
H
A
D
inter_ipc_client.h
47
std::shared_ptr<
IpcMsgAdapter
> GetMsgAdapter();
56
std::shared_ptr<
IpcMsgAdapter
> msgAdapter_ = nullptr;
H
A
D
inter_ipc_client.cpp
126
msgAdapter_ = std::make_shared<
IpcMsgAdapter
>();
in CreateListenerObject()
165
std::shared_ptr<
IpcMsgAdapter
> InterIpcClient::GetMsgAdapter()
in GetMsgAdapter()
H
A
D
inter_ipc_service_stub.cpp
56
auto adapter = std::make_shared<
IpcMsgAdapter
>();
in GetSubSystemAbility()
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H
A
D
wfd_source_impl.h
35
void SetIpcAdapter(const std::weak_ptr<
IpcMsgAdapter
> &adapter)
in SetIpcAdapter()
66
std::weak_ptr<
IpcMsgAdapter
> ipcAdapter_;
H
A
D
wfd_sink_impl.h
39
void SetIpcAdapter(const std::weak_ptr<
IpcMsgAdapter
> &adapter)
in SetIpcAdapter()
78
std::weak_ptr<
IpcMsgAdapter
> ipcAdapter_;
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H
A
D
base_scene.h
66
virtual void SetIpcAdapter(const std::weak_ptr<
IpcMsgAdapter
> &adapter) = 0;
74
std::weak_ptr<
IpcMsgAdapter
> ipcAdapter_;
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H
A
D
interaction.h
40
IpcMsgAdapter
::Ptr GetIpcAdapter()
in GetIpcAdapter()
46
void SetIpcAdapter(
IpcMsgAdapter
::Ptr ipcAdapter)
in SetIpcAdapter()
131
IpcMsgAdapter
::Ptr ipcAdapter_ = nullptr;
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/
H
A
D
mock_ipc_msg_adapter.h
25
class MockIpcMsgAdapter : public
IpcMsgAdapter
{
H
A
D
mock_wfd_source_scene.h
38
std::shared_ptr<
IpcMsgAdapter
> MockGetIpcAdapter();
H
A
D
mock_wfd_sink_scene.h
38
std::shared_ptr<
IpcMsgAdapter
> MockGetIpcAdapter();
H
A
D
mock_wfd_source_scene.cpp
42
std::shared_ptr<
IpcMsgAdapter
> MockWfdSourceScene::MockGetIpcAdapter()
in MockGetIpcAdapter()
H
A
D
mock_wfd_sink_scene.cpp
41
std::shared_ptr<
IpcMsgAdapter
> MockWfdSinkScene::MockGetIpcAdapter()
in MockGetIpcAdapter()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H
A
D
interprocess_unit_test.cpp
623
auto ipcMsgAdapter = std::make_shared<
IpcMsgAdapter
>();
in HWTEST_F()
629
auto ipcMsgAdapter = std::make_shared<
IpcMsgAdapter
>();
in HWTEST_F()
641
auto ipcMsgAdapter = std::make_shared<
IpcMsgAdapter
>();
in HWTEST_F()
653
auto ipcMsgAdapter = std::make_shared<
IpcMsgAdapter
>();
in HWTEST_F()
660
auto ipcMsgAdapter = std::make_shared<
IpcMsgAdapter
>();
in HWTEST_F()
672
auto ipcMsgAdapter = std::make_shared<
IpcMsgAdapter
>();
in HWTEST_F()
680
auto ipcMsgAdapter = std::make_shared<
IpcMsgAdapter
>();
in HWTEST_F()
689
auto ipcMsgAdapter = std::make_shared<
IpcMsgAdapter
>();
in HWTEST_F()
699
auto ipcMsgAdapter = std::make_shared<
IpcMsgAdapter
>();
in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H
A
D
wfd_source_scene.h
67
void SetIpcAdapter(const std::weak_ptr<
IpcMsgAdapter
> &adapter) final
H
A
D
wfd_sink_scene.h
65
void SetIpcAdapter(const std::weak_ptr<
IpcMsgAdapter
> &adapter) final
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H
A
D
scene_unit_test.cpp
265
auto adapter = std::make_shared<
IpcMsgAdapter
>();
in HWTEST_F()
Completed in 8 milliseconds