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:agentMsg
(Results
1 - 5
of
5
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H
A
D
interaction.cpp
258
auto
agentMsg
= std::make_shared<AgentEventMsg>();
in Start()
local
259
agentMsg
->type = EventType::EVENT_AGENT_START;
in Start()
260
agentMsg
->toMgr = ModuleType::MODULE_CONTEXT;
in Start()
261
agentMsg
->dstId = contextId;
in Start()
262
agentMsg
->agentId = agentId;
in Start()
263
int32_t ret = NotifyEvent(
agentMsg
);
in Start()
276
auto
agentMsg
= std::make_shared<AgentEventMsg>();
in Pause()
local
277
agentMsg
->type = EventType::EVENT_AGENT_PAUSE;
in Pause()
278
agentMsg
->toMgr = ModuleType::MODULE_CONTEXT;
in Pause()
279
agentMsg
in Pause()
295
auto
agentMsg
= std::make_shared<AgentEventMsg>();
Resume()
local
329
auto
agentMsg
= std::make_shared<AgentEventMsg>();
Play()
local
347
auto
agentMsg
= std::make_shared<AgentEventMsg>();
Close()
local
365
auto
agentMsg
= std::make_shared<AgentEventMsg>();
SetVolume()
local
384
auto
agentMsg
= std::make_shared<AgentEventMsg>();
SetKeyPlay()
local
405
auto
agentMsg
= std::make_shared<AgentEventMsg>();
SetKeyRedirect()
local
427
auto
agentMsg
= std::make_shared<AgentEventMsg>();
AppendSurface()
local
448
auto
agentMsg
= std::make_shared<AgentEventMsg>();
RemoveSurface()
local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/agent/
H
A
D
agent.cpp
409
auto
agentMsg
= std::static_pointer_cast<AgentStatusMsg>(statusMsg);
in NotifyPrivateEvent()
local
410
agentMsg
->agentId = GetId();
in NotifyPrivateEvent()
411
listener->OnAgentNotify(
agentMsg
);
in NotifyPrivateEvent()
444
auto
agentMsg
= std::make_shared<AgentStatusMsg>();
in SendInteractionEvent()
local
445
RETURN_IF_NULL(
agentMsg
);
in SendInteractionEvent()
446
agentMsg
->agentId = GetId();
in SendInteractionEvent()
447
agentMsg
->msg = std::move(interactionMsg);
in SendInteractionEvent()
448
listener->OnAgentNotify(
agentMsg
);
in SendInteractionEvent()
472
AgentStatusMsg::Ptr
agentMsg
= std::make_shared<AgentStatusMsg>();
in SendChannelEvent()
local
473
RETURN_IF_NULL(
agentMsg
);
in SendChannelEvent()
502
AgentStatusMsg::Ptr
agentMsg
= std::make_shared<AgentStatusMsg>();
SendChannelAppendSurfaceEvent()
local
531
AgentStatusMsg::Ptr
agentMsg
= std::make_shared<AgentStatusMsg>();
SendChannelRemoveSurfaceEvent()
local
561
AgentStatusMsg::Ptr
agentMsg
= std::make_shared<AgentStatusMsg>();
SendChannelSceneTypeEvent()
local
591
AgentStatusMsg::Ptr
agentMsg
= std::make_shared<AgentStatusMsg>();
SendChannelKeyRedirectEvent()
local
620
AgentStatusMsg::Ptr
agentMsg
= std::make_shared<AgentStatusMsg>();
SendChannelSetVolumeEvent()
local
648
AgentStatusMsg::Ptr
agentMsg
= std::make_shared<AgentStatusMsg>();
SendContextEvent()
local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/agent/sinkagent/
H
A
D
sink_agent.cpp
93
auto
agentMsg
= std::static_pointer_cast<AgentStatusMsg>(statusMsg);
in NotifyConsumer()
local
94
agentMsg
->agentId = GetId();
in NotifyConsumer()
97
listener->OnAgentNotify(
agentMsg
);
in NotifyConsumer()
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/
H
A
D
src_agent.cpp
91
auto
agentMsg
= std::static_pointer_cast<AgentStatusMsg>(statusMsg);
in NotifyProducer()
local
92
agentMsg
->agentId = GetId();
in NotifyProducer()
95
listener->OnAgentNotify(
agentMsg
);
in NotifyProducer()
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H
A
D
media_channel.cpp
925
auto
agentMsg
= std::make_shared<AgentEventMsg>();
in SendAgentEvent()
local
926
agentMsg
->toMgr = ModuleType::MODULE_CONTEXT;
in SendAgentEvent()
927
agentMsg
->fromMgr = ModuleType::MODULE_MEDIACHANNEL;
in SendAgentEvent()
928
agentMsg
->srcId = GetId();
in SendAgentEvent()
929
agentMsg
->dstId = srcContextId_;
in SendAgentEvent()
930
agentMsg
->type = eventType;
in SendAgentEvent()
931
agentMsg
->requestId = msg->eventMsg->requestId;
in SendAgentEvent()
932
agentMsg
->agentId = msg->agentId;
in SendAgentEvent()
933
agentMsg
->prosumerId = msg->prosumerId;
in SendAgentEvent()
934
agentMsg
in SendAgentEvent()
[all...]
Completed in 5 milliseconds