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:getInstance
(Results
1 - 16
of
16
) sorted by relevance
/arkcompiler/toolchain/tooling/client/ark_cli/
H
A
D
main.cpp
88
SessionManager::
getInstance
().CmdForAllSessions(std::bind(InputMessageInSession, std::placeholders::_1,
in InputOnMessage()
92
uint32_t sessionId = SessionManager::
getInstance
().GetCurrentSessionId();
in InputOnMessage()
96
if (TcpServer::
getInstance
().IsServerActive()) {
in InputOnMessage()
97
TcpServer::
getInstance
().TcpServerWrite("InputOnMessage");
in InputOnMessage()
144
while (MessageManager::
getInstance
().MessagePop(sessionId, message)) {
in SocketOnMessage()
145
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId);
in SocketOnMessage()
154
if (TcpServer::
getInstance
().IsServerActive()) {
in SocketOnMessage()
155
TcpServer::
getInstance
().TcpServerWrite("SocketOnMessage");
in SocketOnMessage()
167
if (SessionManager::
getInstance
().CreateDefaultSession(sockInfo)) {
in Main()
184
if (TcpServer::
getInstance
()
in Main()
[all...]
/arkcompiler/toolchain/tooling/test/client_utils/
H
A
D
test_util.cpp
110
int ret = SessionManager::
getInstance
().CreateTestSession(sockInfo);
in ForkSocketClient()
113
WebSocketClient &client = SessionManager::
getInstance
().GetCurrentSession()->GetWebSocketClient();
in ForkSocketClient()
133
SessionManager::
getInstance
().DelSessionById(0);
in ForkSocketClient()
138
SessionManager::
getInstance
().DelSessionById(0);
in ForkSocketClient()
149
SessionManager::
getInstance
().DelSessionById(0);
in HandleAcceptanceMessages()
192
SessionManager::
getInstance
().GetCurrentSession()->
in SendMessage()
197
if (!SessionManager::
getInstance
().GetCurrentSession()->GetWatchManager().GetWatchInfoSize()) {
in SendMessage()
198
SessionManager::
getInstance
().GetCurrentSession()->GetWatchManager().AddWatchInfo("a");
in SendMessage()
199
SessionManager::
getInstance
().GetCurrentSession()->GetWatchManager().AddWatchInfo("this");
in SendMessage()
203
SessionManager::
getInstance
()
in SendMessage()
[all...]
/arkcompiler/toolchain/tooling/client/domain/
H
A
D
runtime_client.cpp
50
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in HeapusageCommand()
70
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in RuntimeEnableCommand()
90
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in RuntimeDisableCommand()
110
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in RunIfWaitingForDebuggerCommand()
132
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in GetPropertiesCommand()
156
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in GetPropertiesCommand2()
252
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in HandleGetProperties()
302
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in HandleHeapUsage()
H
A
D
debugger_client.cpp
72
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in BreakCommand()
99
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in DeleteCommand()
120
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in DisableCommand()
144
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in EnableCommand()
233
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in ResumeCommand()
252
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in StepIntoCommand()
271
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in StepOutCommand()
290
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in StepOverCommand()
336
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in RecvReply()
392
Session *session = SessionManager::
getInstance
()
in PausedReply()
[all...]
H
A
D
profiler_client.cpp
52
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in CpuprofileEnableCommand()
72
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in CpuprofileDisableCommand()
92
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in CpuprofileCommand()
112
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in CpuprofileStopCommand()
132
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in SetSamplingIntervalCommand()
186
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in RecvProfilerResult()
216
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in WriteCpuProfileForFile()
H
A
D
heapprofiler_client.cpp
56
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in HeapDumpCommand()
79
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in AllocationTrackCommand()
100
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in AllocationTrackStopCommand()
121
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in Enable()
141
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in Disable()
161
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in Samping()
182
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in SampingStop()
202
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in CollectGarbage()
H
A
D
test_client.cpp
45
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in SuccessCommand()
64
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in FailCommand()
/arkcompiler/toolchain/tooling/client/utils/
H
A
D
cli_command.cpp
229
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in HeapProfilerCommand()
266
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in CpuProfileCommand()
316
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in DebuggerCommand()
331
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in RuntimeCommand()
347
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in BreakCommand()
377
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in DeleteCommand()
409
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in DisplayCommand()
418
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in InfosourceCommand()
438
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in ListCommand()
476
Session *session = SessionManager::
getInstance
()
in StepCommand()
[all...]
/arkcompiler/toolchain/tooling/client/manager/
H
A
D
message_manager.h
29
static MessageManager&
getInstance
()
in getInstance()
function in OHOS::ArkCompiler::Toolchain::final
H
A
D
watch_manager.cpp
31
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in SendRequestWatch()
60
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in GetPropertiesCommand()
H
A
D
source_manager.cpp
26
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId_);
in SendRequeSource()
/arkcompiler/toolchain/tooling/client/session/
H
A
D
session.cpp
32
Session *session = SessionManager::
getInstance
().GetSessionById(sessionId);
in SocketMessageThread()
53
MessageManager::
getInstance
().MessagePush(sessionId_, decMessage);
in SocketMessageLoop()
H
A
D
session.h
135
static SessionManager&
getInstance
()
in getInstance()
function in OHOS::ArkCompiler::Toolchain::SessionManager
/arkcompiler/toolchain/tooling/client/tcpServer/
H
A
D
tcp_server.h
42
static TcpServer&
getInstance
()
in getInstance()
function in OHOS::ArkCompiler::Toolchain::TcpServer
H
A
D
tcp_server.cpp
41
TcpServer::
getInstance
().StartTcpServer(arg);
in CreateServer()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H
A
D
cocos_worker_test.js
1410
this.CCFactory.
getInstance
().setTimeScale(t);
1452
e.CCFactory.
getInstance
= function() {
1602
const S = e.ArmatureCacheMgr.
getInstance
();
1724
E.
getInstance
().add(this);
1731
E.
getInstance
().remove(this);
2066
const e = t.MiddlewareManager.
getInstance
();
2133
cc.internal.ArmatureSystem.
getInstance
().prepareRenderData();
2136
cc.internal.SpineSkeletonSystem.
getInstance
().prepareRenderData();
3592
const u = t.SkeletonDataMgr.
getInstance
();
3602
const _ = t.SkeletonCacheMgr.
getInstance
();
[all...]
Completed in 15 milliseconds