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:ITransmitMgr
(Results
1 - 5
of
5
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/
H
A
D
domain_manager.h
45
int32_t AddPeer(std::shared_ptr<
ITransmitMgr
> mgr, std::shared_ptr<IDomainPeer> caller) override;
49
virtual int32_t AddServiceManager(std::shared_ptr<
ITransmitMgr
> mgr);
53
std::shared_ptr<
ITransmitMgr
> FindMgrByRemoteId(std::string remoteId);
58
std::map<DomainType, std::shared_ptr<
ITransmitMgr
>> transmitMgrs_;
H
A
D
domain_manager.cpp
76
int32_t DomainManager::AddServiceManager(std::shared_ptr<
ITransmitMgr
> mgr)
in AddServiceManager()
87
int32_t DomainManager::AddPeer(std::shared_ptr<
ITransmitMgr
> mgr, std::shared_ptr<IDomainPeer> caller)
in AddPeer()
112
std::shared_ptr<
ITransmitMgr
> DomainManager::FindMgrByRemoteId(std::string remoteId)
in FindMgrByRemoteId()
H
A
D
domain_def.h
90
class
ITransmitMgr
;
98
virtual int32_t AddPeer(std::shared_ptr<
ITransmitMgr
> mgr, std::shared_ptr<IDomainPeer> caller) = 0;
102
class
ITransmitMgr
: public IDomainPeerListener,
class
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H
A
D
domain_rpc_manager.h
28
class DomainRpcManager final : public
ITransmitMgr
,
33
//impl
ITransmitMgr
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/
H
A
D
domain_unit_test.cpp
100
std::shared_ptr<
ITransmitMgr
> mgr = nullptr;
in HWTEST_F()
125
std::shared_ptr<
ITransmitMgr
> mgr = nullptr;
in HWTEST_F()
153
std::shared_ptr<
ITransmitMgr
> mgr = nullptr;
in HWTEST_F()
Completed in 3 milliseconds