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:IInterIpc
(Results
1 - 12
of
12
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H
A
D
inter_ipc_client.cpp
55
sptr<
IInterIpc
> InterIpcClient::GetSharingProxy()
in GetSharingProxy()
70
sptr<
IInterIpc
> proxy = iface_cast<
IInterIpc
>(object);
in GetSharingProxy()
72
SHARING_LOGE("iface_cast
IInterIpc
failed id: %{public}d.", SHARING_SERVICE_TEMP_SA_ID);
in GetSharingProxy()
80
SHARING_LOGE("add
IInterIpc
death recipient failed.");
in GetSharingProxy()
88
sptr<
IInterIpc
> InterIpcClient::GetSubProxy(std::string key, std::string className)
in GetSubProxy()
102
sptr<
IInterIpc
> subProxy = iface_cast<
IInterIpc
>(object);
in GetSubProxy()
133
void InterIpcClient::Initialize(sptr<
IInterIpc
> standardProxy)
in Initialize()
H
A
D
inter_ipc_client.h
39
void Initialize(sptr<
IInterIpc
> standardProxy = nullptr);
41
sptr<
IInterIpc
> GetSharingProxy();
42
sptr<
IInterIpc
> GetSubProxy(std::string key, std::string className);
58
sptr<
IInterIpc
> domainProxy_ = nullptr;
H
A
D
i_inter_ipc.h
27
class
IInterIpc
: public IRemoteBroker {
class
31
virtual ~
IInterIpc
() = default;
38
DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.multimedia.
IInterIpc
");
H
A
D
inter_ipc_client_stub.cpp
40
sptr<
IInterIpc
> peerProxy = iface_cast<
IInterIpc
>(object);
in SetListenerObject()
H
A
D
inter_ipc_sub_stub.cpp
55
sptr<
IInterIpc
> peerProxy = iface_cast<
IInterIpc
>(object);
in SetListenerObject()
H
A
D
inter_ipc_stub.h
36
class InterIpcStub : public IRemoteStub<
IInterIpc
>,
64
std::unordered_map<std::string, sptr<
IInterIpc
>> peerProxys_;
H
A
D
inter_ipc_service_stub.cpp
115
sptr<
IInterIpc
> peerProxy = iface_cast<
IInterIpc
>(object);
in SetListenerObject()
H
A
D
ipc_msg_adapter.h
72
void SetPeerProxy(sptr<
IInterIpc
> proxy);
84
sptr<
IInterIpc
> peerProxy_ = nullptr;
H
A
D
inter_ipc_proxy.h
25
class InterIpcProxy : public IRemoteProxy<
IInterIpc
> {
H
A
D
ipc_msg_adapter.cpp
63
void IpcMsgAdapter::SetPeerProxy(sptr<
IInterIpc
> proxy)
in SetPeerProxy()
H
A
D
inter_ipc_proxy.cpp
23
InterIpcProxy::InterIpcProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<
IInterIpc
>(impl)
in InterIpcProxy()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H
A
D
interprocess_unit_test.cpp
162
sptr<
IInterIpc
> standardProxy = nullptr;
in HWTEST_F()
674
sptr<
IInterIpc
> proxy = nullptr;
in HWTEST_F()
Completed in 5 milliseconds