Home
last modified time | relevance | path

Searched full:domain (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/toolchain/tooling/client/manager/
Ddomain_manager.h21 #include "tooling/client/domain/debugger_client.h"
22 #include "tooling/client/domain/heapprofiler_client.h"
23 #include "tooling/client/domain/profiler_client.h"
24 #include "tooling/client/domain/runtime_client.h"
25 #include "tooling/client/domain/test_client.h"
44 void SetDomainById(uint32_t id, std::string domain) in SetDomainById() argument
46 idDomainMap_.emplace(id, domain); in SetDomainById()
Ddomain_manager.cpp47 std::string domain; in DispatcherReply() local
52 domain = GetDomainById(id); in DispatcherReply()
68 domain = wholeMethod.substr(0, indexPoint); in DispatcherReply()
71 if (domain == "HeapProfiler") { in DispatcherReply()
73 } else if (domain == "Profiler") { in DispatcherReply()
75 } else if (domain == "Runtime") { in DispatcherReply()
77 } else if (domain == "Debugger") { in DispatcherReply()
Dwatch_manager.h26 #include "tooling/client/domain/runtime_client.h"
/arkcompiler/toolchain/tooling/client/
DBUILD.gn32 "domain/debugger_client.cpp",
33 "domain/heapprofiler_client.cpp",
34 "domain/profiler_client.cpp",
35 "domain/runtime_client.cpp",
36 "domain/test_client.cpp",
/arkcompiler/runtime_core/static_core/verification/gen/templates/
Dabs_int_inl_compat_checks.h.erb53 % checks.domains.each_pair do |_, domain|
54 % if domain.new_enum
55 enum class <%= domain.new_enum %> {
56 % domain.values.each do |value|
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp74 LOG_DEBUGGER(DEBUG) << "id: " << callId_ << ", domain: " << domain_ << ", method: " << method_; in DispatchRequest()
187 const std::string &domain = request.GetDomain(); in Dispatch() local
188 auto dispatcher = dispatchers_.find(domain); in Dispatch()
192 if (domain == "Test") { in Dispatch()
199 LOG_DEBUGGER(ERROR) << "unknown domain: " << domain; in Dispatch()
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.h21 #include "tooling/client/domain/debugger_client.h"
22 #include "tooling/client/domain/runtime_client.h"
Dtest_util.cpp18 #include "tooling/client/domain/debugger_client.h"
19 #include "tooling/client/domain/runtime_client.h"
/arkcompiler/toolchain/tooling/client/utils/
Dcli_command.h25 #include "tooling/client/domain/heapprofiler_client.h"
26 #include "tooling/client/domain/profiler_client.h"
Dcli_command.cpp21 #include "tooling/client/domain/debugger_client.h"
22 #include "tooling/client/domain/runtime_client.h"
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
DBUILDING.md11 git config --global user.email "<your_email@domain.com>"
47 git config --global user.email "<your_email@domain.com>"
/arkcompiler/runtime_core/isa/
Dcheck_version.py37 …T] Version change detected ({cur_version} -> {file_version}), please contact the relevant domain.")
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_key_stats.cpp90 int32_t ret = HiSysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::ARKTS_RUNTIME, in SendSysEvent()
118 int32_t ret = HiSysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::FRAMEWORK, in SendSysEventBeforeDump()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_stats.cpp44 int32_t ret = HiSysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::ARKTS_RUNTIME, in SendSysEvent()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp172 int32_t ret = HiSysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::ARKTS_RUNTIME, in SendJitStatsEvent()
212 int32_t ret = HiSysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::ARKTS_RUNTIME, in SendJitBlockUIEvent()
/arkcompiler/toolchain/tooling/client/domain/
Dtest_client.cpp16 #include "tooling/client/domain/test_client.h"
Dprofiler_client.cpp16 #include "tooling/client/domain/profiler_client.h"
Druntime_client.cpp16 #include "tooling/client/domain/runtime_client.h"
Dheapprofiler_client.cpp16 #include "tooling/client/domain/heapprofiler_client.h"
Ddebugger_client.cpp16 #include "tooling/client/domain/debugger_client.h"
/arkcompiler/ets_runtime/
Dhisysevent.yaml14 domain: ARKTS_RUNTIME
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h19 // - domain. The author hereby disclaims copyright to this source code.
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmurmur3_hash.h19 // - domain. The author hereby disclaims copyright to this source code.
/arkcompiler/runtime_core/static_core/docs/
Ddoxygen.config1252 # set bundle. This should be a reverse domain-name style string, e.g.
1260 # the documentation publisher. This should be a reverse domain-name style
/arkcompiler/runtime_core/docs/
Ddoxygen.config1252 # set bundle. This should be a reverse domain-name style string, e.g.
1260 # the documentation publisher. This should be a reverse domain-name style

12