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:OnDomainMsg
(Results
1 - 13
of
13
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H
A
D
base_scene.h
65
virtual void
OnDomainMsg
(std::shared_ptr<BaseDomainMsg> &msg) = 0;
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/
H
A
D
domain_manager.h
34
virtual int32_t
OnDomainMsg
(std::shared_ptr<BaseDomainMsg> msg) = 0;
H
A
D
domain_manager.cpp
70
listener->
OnDomainMsg
(BaseMsg);
in OnDomainRequest()
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H
A
D
interaction_manager.h
65
int32_t
OnDomainMsg
(std::shared_ptr<BaseDomainMsg> msg) override;
H
A
D
interaction.h
83
void
OnDomainMsg
(std::shared_ptr<BaseDomainMsg> &msg);
H
A
D
interaction.cpp
49
void Interaction::
OnDomainMsg
(std::shared_ptr<BaseDomainMsg> &msg)
in OnDomainMsg()
function in OHOS::Sharing::Interaction
53
scene_->
OnDomainMsg
(msg);
in OnDomainMsg()
H
A
D
interaction_manager.cpp
152
int32_t InteractionManager::
OnDomainMsg
(std::shared_ptr<BaseDomainMsg> msg)
in OnDomainMsg()
function in OHOS::Sharing::InteractionManager
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H
A
D
wfd_source_scene.h
89
void
OnDomainMsg
(std::shared_ptr<BaseDomainMsg> &msg) final;
H
A
D
wfd_sink_scene.h
88
void
OnDomainMsg
(std::shared_ptr<BaseDomainMsg> &msg) final;
H
A
D
wfd_source_scene.cpp
354
void WfdSourceScene::
OnDomainMsg
(std::shared_ptr<BaseDomainMsg> &msg)
in OnDomainMsg()
function in OHOS::Sharing::WfdSourceScene
H
A
D
wfd_sink_scene.cpp
294
void WfdSinkScene::
OnDomainMsg
(std::shared_ptr<BaseDomainMsg> &msg)
in OnDomainMsg()
function in OHOS::Sharing::WfdSinkScene
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/
H
A
D
domain_unit_test.cpp
50
int32_t
OnDomainMsg
(std::shared_ptr<BaseDomainMsg> msg)
in OnDomainMsg()
function in OHOS::Sharing::DomainManagerListenerImpl
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H
A
D
scene_unit_test.cpp
200
auto ret = manager.
OnDomainMsg
(domainMsg);
in HWTEST_F()
423
interaction->
OnDomainMsg
(domainMsg);
in HWTEST_F()
Completed in 11 milliseconds