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:AddRpcClient
(Results
1 - 5
of
5
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H
A
D
domain_rpc_manager.h
38
int32_t
AddRpcClient
(std::string remoteId);
40
int32_t
AddRpcClient
(std::string remoteId, sptr<IDomainRpcService> peerProxy);
H
A
D
domain_rpc_manager.cpp
94
int32_t DomainRpcManager::
AddRpcClient
(std::string remoteId)
in AddRpcClient()
function in OHOS::Sharing::DomainRpcManager
116
int32_t DomainRpcManager::
AddRpcClient
(std::string remoteId, sptr<IDomainRpcService> peerProxy)
in AddRpcClient()
function in OHOS::Sharing::DomainRpcManager
H
A
D
domain_rpc_service_stub.cpp
110
DomainRpcManager::GetInstance()->
AddRpcClient
(peerDevId, peerProxy);
in SetListenerObject()
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/
H
A
D
domain_manager.cpp
52
SHARING_LOGD("
AddRpcClient
.");
in SendDomainRequest()
54
DomainRpcManager::GetInstance()->
AddRpcClient
(BaseMsg->toDevId);
in SendDomainRequest()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/
H
A
D
domain_unit_test.cpp
324
auto ret = DomainRpcManager::GetInstance()->
AddRpcClient
(remoteId);
in HWTEST_F()
339
auto ret = DomainRpcManager::GetInstance()->
AddRpcClient
(remoteId, peerProxy);
in HWTEST_F()
Completed in 4 milliseconds