Home
last modified time | relevance | path

Searched defs:soBuildId (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dcrash_test.cpp58 char soBuildId[NAME_MAX]; in HWTEST_F_L0() local
77 char soBuildId[NAME_MAX]; in HWTEST_F_L0() local
108 char soBuildId[NAME_MAX]; in HWTEST_F_L0() local
138 char soBuildId[NAME_MAX]; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h74 static char soBuildId[NAME_MAX] = { '\0' }; in BuildCompileRuntimeInfo() local
106 static char soBuildId[NAME_MAX] = { '\0' }; in BuildCrashRuntimeInfo() local
269 bool BuildRuntimeInfoPart(char *runtimeInfoPart, const char *soBuildId, const char *timestamp, in BuildRuntimeInfoPart()
325 static char soBuildId[NAME_MAX] = { '\0' }; in GetCrashRuntimeInfoList() local
345 char soBuildId[NAME_MAX] = { '\0' }; in GetRealPathRuntimeInfoList() local
371 …tRuntimeInfoByPath(char lines[][BUFFER_SIZE], const char *realOutPath, const char *soBuildId) const in GetRuntimeInfoByPath()
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
Dmock_aot_runtime_info.cpp55 bool MockAotRuntimeInfo::BuildRuntimeInfoPart(char *runtimeInfoPart, const char *soBuildId, const c… in BuildRuntimeInfoPart()
/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/
Dsetruntimeinfo_fuzzer.cpp74 … std::string soBuildId = dataProvider.ConsumeRandomLengthString(AotRuntimeInfo::BUFFER_SIZE - 1); in GetRuntimeInfoByPathFuzzTest() local