Searched refs:appName (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | enable_aot_list_helper.h | 155 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 D | ohos_preload_app_info.h | 37 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 D | profiling_data.h | 27 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 D | dprofiler.cpp | 65 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 D | dprofiler.h | 39 DProfiler(std::string_view appName, Runtime *runtime);
|
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/ |
H A D | ipc_message_protocol.h | 32 std::string appName {};
|
/arkcompiler/runtime_core/static_core/dprof/converter/features/ |
H A D | hotness_counters.h | 37 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 D | struct_to_tuple.h | 40 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(3, appName, e1, e2);
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | runtime.h | 197 int StartDProfiler(std::string_view appName); 203 int StartDProfiler(const PandaString &appName);
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | runtime.cpp | 1144 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 D | main.cpp | 104 return AppData::CreateByParams(ipcAppInfo.appName, ipcAppInfo.hash, ipcAppInfo.pid, std::move(featuresMap)); in ProcessingConnect()
|
Completed in 6 milliseconds