Home
last modified time | relevance | path

Searched defs:debugInfo (Results 1 - 25 of 39) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregScope.cpp70 auto *debugInfo = &pg_->debugInfo_.variableDebugInfo; in LocalRegScope() local
/arkcompiler/toolchain/inspector/
H A Dws_server.cpp31 WsServer::WsServer(const DebugInfo& debugInfo, const std::function<void(std::string&&)>& onMessage) in WsServer() argument
H A Dinspector.cpp364 DebugInfo debugInfo = {socketfd}; in StartDebugForSocketpair() local
393 DebugInfo debugInfo = {startDebugInOldProcess, componentName, instanceId, port}; in StartDebug() local
149 InitializeInspector( void* vm, const DebuggerPostTask& debuggerPostTask, const DebugInfo& debugInfo, int tidForSocketPair = 0) InitializeInspector() argument
/arkcompiler/toolchain/test/fuzztest/wsserver/wsserversendreply_fuzzer/
H A Dwsserversendreply_fuzzer.cpp40 DebugInfo debugInfo = {fd, "toolchain", instanceId, port}; in WsServerSendReplyFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/wsserver/wsservernotifydisconnectevent_fuzzer/
H A Dwsservernotifydisconnectevent_fuzzer.cpp40 DebugInfo debugInfo = {fd, "toolchain", instanceId, port}; in WsServerNotifyDisconnectEventFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/wsserver/wsserver_fuzzer/
H A Dwsserver_fuzzer.cpp40 DebugInfo debugInfo = {fd, "toolchain", instanceId, port}; in WsServerFuzzTest() local
/foundation/ability/ability_runtime/test/unittest/app_debug_listener_proxy_test/
H A Dapp_debug_listener_proxy_test.cpp79 AppDebugInfo debugInfo; in HWTEST_F() local
101 AppDebugInfo debugInfo; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/app_debug_listener_stub_test/
H A Dapp_debug_listener_stub_test.cpp70 AppDebugInfo debugInfo; in HWTEST_F() local
145 AppDebugInfo debugInfo; in HWTEST_F() local
163 AppDebugInfo *debugInfo = nullptr; in HWTEST_F() local
182 AppDebugInfo debugInfo; in HWTEST_F() local
200 AppDebugInfo *debugInfo = nullptr; in HWTEST_F() local
[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DinheritanceResolution.cpp51 auto *debugInfo = debugInfoStorage->GetDebugInfoByModuleName(moduleName); in GetSuperClassModuleAndClassName() local
93 ResolveInheritanceChain(util::StringView abcSuperName, FileDebugInfo *debugInfo) ResolveInheritanceChain() argument
107 ResolveInheritanceChainImpl(util::StringView abcSuperName, FileDebugInfo *debugInfo) ResolveInheritanceChainImpl() argument
141 CollectChainInfo(ArenaVector<ChainEntryInfo> &chainEntryList, util::StringView abcSuperName, FileDebugInfo *debugInfo) CollectChainInfo() argument
[all...]
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_detector.cpp106 void BatteryStatsDetector::HandleThermalInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) in HandleThermalInfo() argument
118 void BatteryStatsDetector::HandleBatteryInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) in HandleBatteryInfo() argument
133 void BatteryStatsDetector::HandleDispalyInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) in HandleDispalyInfo() argument
145 void BatteryStatsDetector::HandleWakelockInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) in HandleWakelockInfo() argument
165 HandleWorkschedulerInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) HandleWorkschedulerInfo() argument
187 HandlePhoneInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) HandlePhoneInfo() argument
199 HandleFlashlightInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) HandleFlashlightInfo() argument
218 HandleDistributedSchedulerInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) HandleDistributedSchedulerInfo() argument
236 std::string debugInfo; HandleDebugInfo() local
[all...]
/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp226 AppDebugInfo debugInfo; in HWTEST_F() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_instance.cpp72 char debugInfo[DEBUG_BUFFER_LEN]; in PrintFillpLog() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_chip_hal_interface.cpp90 WifiErrorNo WifiChipHalInterface::RequestFirmwareDebugInfo(std::string &debugInfo) in RequestFirmwareDebugInfo() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/
H A Drdb_fault_hiview_reporter.cpp35 std::string RdbFaultHiViewReporter::GetFileStatInfo(const DebugInfo &debugInfo) in GetFileStatInfo() argument
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.cpp116 auto debugInfo = inst->GetDebugInfo(); in BuildGraphNestedFunction() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebug_info_cache.cpp41 auto &debugInfo = GetDebugInfo(pandaFile); in GetSourceLocation() local
299 auto &debugInfo = GetDebugInfo(method->GetPandaFile()); GetLocals() local
[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DdebugInfoStorage.cpp78 auto *debugInfo = allocator_->New<FileDebugInfo>(std::move(pf), classId, moduleName); in LoadFileDebugInfo() local
/base/security/appverify/interfaces/innerkits/appverify/include/provision/
H A Dprovision_info.h92 DebugInfo debugInfo; member
/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp134 AppDebugInfo debugInfo; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_stub.cpp433 std::map<std::string, RdbDebugInfo> debugInfo; in OnGetDebugInfo() local
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp103 std::string RdbFaultHiViewReporter::GetFileStatInfo(const DebugInfo &debugInfo) in GetFileStatInfo() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dstacktrace.cpp47 DebugInfo debugInfo; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.cpp273 void ETSChecker::SetDebugInfoPlugin(evaluate::ScopedDebugInfoPlugin *debugInfo) in SetDebugInfoPlugin() argument
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify_pub.h108 ProfDebugInfo debugInfo; /* debug-info */ member
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_manager_ng.cpp143 std::unique_ptr<AccessibilityProperty::HoverTestDebugTraceInfo> debugInfo = nullptr; in HandleAccessibilityHoverEventInner() local
233 auto debugInfo = std::make_unique<AccessibilityProperty::HoverTestDebugTraceInfo>(); in HoverTestDebug() local

Completed in 14 milliseconds

12