Home
last modified time | relevance | path

Searched refs:appName (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Denable_aot_list_helper.h155 auto appName = line; in ReadEnableList() local
156 Trim(appName); in ReadEnableList()
158 if (appName.empty()) { in ReadEnableList()
162 if (appName.at(0) == '#') { in ReadEnableList()
165 AddEnableListEntry(appName); in ReadEnableList()
H A Dohos_preload_app_info.h37 std::string appName = ""; in GetPreloadAOTFileName() local
51 appName = folderPath.substr(appEnd + 1); in GetPreloadAOTFileName()
57 aotFileName = appPath + PRELOAD_AN_FOLDER + appName + "/" + moduleName; in GetPreloadAOTFileName()
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
H A Dprofiling_data.h27 ProfilingData(std::string appName, uint64_t hash, uint32_t pid) in ProfilingData() argument
28 : appName_(std::move(appName)), hash_(hash), pid_(pid) in ProfilingData()
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H A Ddprofiler.cpp65 DProfiler::DProfiler(std::string_view appName, Runtime *runtime) in DProfiler() argument
68 MakePandaUnique<dprof::ProfilingData>(appName.data(), GetHash(), os::thread::GetCurrentThreadId())), in DProfiler()
H A Ddprofiler.h39 DProfiler(std::string_view appName, Runtime *runtime);
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H A Dipc_message_protocol.h32 std::string appName {};
/arkcompiler/runtime_core/static_core/dprof/converter/features/
H A Dhotness_counters.h37 std::string appName; member
88 out_ << " app: name=" << hcountersInfo.appName << " pid=" << hcountersInfo.pid in ShowText()
103 out_ << R"( "app_name": ")" << hcountersInfo.appName << "\"," << std::endl; in ShowJson()
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
H A Dstruct_to_tuple.h40 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(3, appName, e1, e2);
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime.h197 int StartDProfiler(std::string_view appName);
203 int StartDProfiler(const PandaString &appName);
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp1144 std::string_view appName = [](std::string_view path) -> std::string_view { in ExecutePandaFile() local
1148 StartDProfiler(appName); in ExecutePandaFile()
1201 int Runtime::StartDProfiler(std::string_view appName) in StartDProfiler() argument
1208 dprofiler_ = internalAllocator_->New<DProfiler>(appName, Runtime::GetCurrent()); in StartDProfiler()
/arkcompiler/runtime_core/static_core/dprof/daemon/
H A Dmain.cpp104 return AppData::CreateByParams(ipcAppInfo.appName, ipcAppInfo.hash, ipcAppInfo.pid, std::move(featuresMap)); in ProcessingConnect()

Completed in 6 milliseconds