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:Agent
(Results
1 - 8
of
8
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/agent/
H
A
D
agent.cpp
27
Agent
::
Agent
(AgentType agentType) : agentType_(agentType)
in Agent()
function in OHOS::Sharing::Agent
32
SharingErrorCode
Agent
::CreateSession(const std::string &className)
in CreateSession()
48
int32_t
Agent
::HandleEvent(SharingEvent &event)
in HandleEvent()
205
void
Agent
::HandleProsumerError(SessionStatusMsg::Ptr &statusMsg)
in HandleProsumerError()
240
void
Agent
::HandleProsumerState(SessionStatusMsg::Ptr &statusMsg)
in HandleProsumerState()
283
void
Agent
::PushNextStep(SessionStatusMsg::Ptr &statusMsg)
in PushNextStep()
323
void
Agent
::OnSessionNotify(SessionStatusMsg::Ptr &statusMsg)
in OnSessionNotify()
343
void
Agent
::HandleSessionError(SessionStatusMsg::Ptr &statusMsg)
in HandleSessionError()
368
void
Agent
[all...]
H
A
D
agent.h
36
class
Agent
: public IdentifierInfo,
class
39
public std::enable_shared_from_this<
Agent
> {
41
using Ptr = std::shared_ptr<
Agent
>;
43
explicit
Agent
(AgentType agentType);
/foundation/CastEngine/castengine_wifi_display/services/context/
H
A
D
context.h
52
Agent
::Ptr GetAgentById(uint32_t agentId);
63
std::unordered_map<int32_t,
Agent
::Ptr> agents_;
H
A
D
context.cpp
245
std::shared_ptr<
Agent
> agent = nullptr;
in HandleCreateAgent()
272
Agent
::Ptr sinkAgent = nullptr;
in HandleCreateAgent()
305
Agent
::Ptr Context::GetAgentById(uint32_t agentId)
in GetAgentById()
/foundation/CastEngine/castengine_wifi_display/services/agent/sinkagent/
H
A
D
sink_agent.h
24
class SinkAgent : public
Agent
{
H
A
D
sink_agent.cpp
25
SinkAgent::SinkAgent() :
Agent
(AgentType::SINK_AGENT)
in SinkAgent()
65
Agent
::OnSessionNotify(statusMsg);
in OnSessionNotify()
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/
H
A
D
src_agent.h
24
class SrcAgent : public
Agent
{
H
A
D
src_agent.cpp
24
SrcAgent::SrcAgent() :
Agent
(AgentType::SRC_AGENT)
in SrcAgent()
64
Agent
::OnSessionNotify(statusMsg);
in OnSessionNotify()
Completed in 3 milliseconds