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:InterIpcClient
(Results
1 - 9
of
9
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H
A
D
inter_ipc_client.cpp
26
InterIpcClient
::
InterIpcClient
()
in InterIpcClient()
function in OHOS::Sharing::InterIpcClient
31
void
InterIpcClient
::OnRemoteDied(std::string key)
in OnRemoteDied()
49
void
InterIpcClient
::SetKey(std::string key)
in SetKey()
55
sptr<IInterIpc>
InterIpcClient
::GetSharingProxy()
in GetSharingProxy()
88
sptr<IInterIpc>
InterIpcClient
::GetSubProxy(std::string key, std::string className)
in GetSubProxy()
111
int32_t
InterIpcClient
::CreateListenerObject()
in CreateListenerObject()
133
void
InterIpcClient
::Initialize(sptr<IInterIpc> standardProxy)
in Initialize()
149
std::shared_ptr<
InterIpcClient
>
InterIpcClient
[all...]
H
A
D
inter_ipc_client.h
29
class
InterIpcClient
final : public IdentifierInfo,
31
public std::enable_shared_from_this<
InterIpcClient
> {
33
explicit
InterIpcClient
();
34
~
InterIpcClient
() override {};
43
std::shared_ptr<
InterIpcClient
> CreateSubService(std::string key, std::string clientClassName,
H
A
D
client_factory.h
30
std::shared_ptr<
InterIpcClient
> CreateClient(std::string key,
37
std::shared_ptr<
InterIpcClient
> interIpcClient_ = nullptr;
H
A
D
client_factory.cpp
25
interIpcClient_ = std::make_shared<
InterIpcClient
>();
in ClientFactory()
35
std::shared_ptr<
InterIpcClient
> ClientFactory::CreateClient(std::string key,
in CreateClient()
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H
A
D
wfd_source_impl.h
45
void SetIpcClient(const std::shared_ptr<
InterIpcClient
> &client)
in SetIpcClient()
68
std::shared_ptr<
InterIpcClient
> client_ = nullptr;
H
A
D
wfd_sink_impl.h
49
void SetIpcClient(const std::shared_ptr<
InterIpcClient
> &client)
in SetIpcClient()
80
std::shared_ptr<
InterIpcClient
> client_ = nullptr;
H
A
D
wfd_source_impl.cpp
33
auto client = std::static_pointer_cast<
InterIpcClient
>(
in CreateSource()
H
A
D
wfd_sink_impl.cpp
33
auto client = std::static_pointer_cast<
InterIpcClient
>(
in CreateSink()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H
A
D
interprocess_unit_test.cpp
138
auto ipcClient = std::make_shared<
InterIpcClient
>();
in HWTEST_F()
144
auto ipcClient = std::make_shared<
InterIpcClient
>();
in HWTEST_F()
152
auto ipcClient = std::make_shared<
InterIpcClient
>();
in HWTEST_F()
160
auto ipcClient = std::make_shared<
InterIpcClient
>();
in HWTEST_F()
168
auto ipcClient = std::make_shared<
InterIpcClient
>();
in HWTEST_F()
176
auto ipcClient = std::make_shared<
InterIpcClient
>();
in HWTEST_F()
186
auto ipcClient = std::make_shared<
InterIpcClient
>();
in HWTEST_F()
197
auto ipcClient = std::make_shared<
InterIpcClient
>();
in HWTEST_F()
205
auto ipcClient = std::make_shared<
InterIpcClient
>();
in HWTEST_F()
213
auto ipcClient = std::make_shared<
InterIpcClient
>();
in HWTEST_F()
[all...]
Completed in 5 milliseconds