Searched refs:soBuildId (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | aot_runtime_info.h | 74 static char soBuildId[NAME_MAX] = { '\0' }; in BuildCompileRuntimeInfo() local 75 if (!GetRuntimeBuildId(soBuildId, NAME_MAX) || IsCharEmpty(soBuildId)) { in BuildCompileRuntimeInfo() 88 GetRuntimeInfoByPath(lines, realOutPath.c_str(), soBuildId); in BuildCompileRuntimeInfo() 96 if (!BuildRuntimeInfoPart(lines[lineCount], soBuildId, timestamp, type)) { in BuildCompileRuntimeInfo() 106 static char soBuildId[NAME_MAX] = { '\0' }; in BuildCrashRuntimeInfo() local 107 if (!GetRuntimeBuildId(soBuildId, NAME_MAX) || IsCharEmpty(soBuildId)) { in BuildCrashRuntimeInfo() 121 if (!BuildRuntimeInfoPart(lines[lineCount], soBuildId, timestamp, type)) { in BuildCrashRuntimeInfo() 265 bool BuildRuntimeInfoPart(char *runtimeInfoPart, const char *soBuildId, cons argument 321 static char soBuildId[NAME_MAX] = { '\\0' }; GetCrashRuntimeInfoList() local 341 char soBuildId[NAME_MAX] = { '\\0' }; GetRealPathRuntimeInfoList() local [all...] |
/arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
H A D | crash_test.cpp | 58 char soBuildId[NAME_MAX]; in HWTEST_F_L0() local 60 runtimeInfo->GetRuntimeBuildId(soBuildId, NAME_MAX); in HWTEST_F_L0() 61 ASSERT_TRUE(std::string(soBuildId).size() > 0); in HWTEST_F_L0() 62 ASSERT_EQ(std::string(soBuildId), "abcd1234567890"); in HWTEST_F_L0() 77 char soBuildId[NAME_MAX]; in HWTEST_F_L0() local 80 runtimeInfo->GetRuntimeBuildId(soBuildId, NAME_MAX); in HWTEST_F_L0() 108 char soBuildId[NAME_MAX]; in HWTEST_F_L0() local 111 runtimeInfo->GetRuntimeBuildId(soBuildId, NAME_MAX); in HWTEST_F_L0() 138 char soBuildId[NAME_MAX]; in HWTEST_F_L0() local 142 runtimeInfo->GetRuntimeBuildId(soBuildId, NAME_MA in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/ |
H A D | setruntimeinfo_fuzzer.cpp | 31 void TestGetRuntimeInfoByPath(char lines[][BUFFER_SIZE], const char *realOutPath, const char *soBuildId) const in TestGetRuntimeInfoByPath() 33 GetRuntimeInfoByPath(lines, realOutPath, soBuildId); in TestGetRuntimeInfoByPath() 74 std::string soBuildId = dataProvider.ConsumeRandomLengthString(AotRuntimeInfo::BUFFER_SIZE - 1); in GetRuntimeInfoByPathFuzzTest() local 80 runtimeInfoTest.TestGetRuntimeInfoByPath(lines, realOutPath.c_str(), soBuildId.c_str()); in GetRuntimeInfoByPathFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/ |
H A D | mock_aot_runtime_info.cpp | 55 bool MockAotRuntimeInfo::BuildRuntimeInfoPart(char *runtimeInfoPart, const char *soBuildId, const char *timestamp, in BuildRuntimeInfoPart() argument 58 return ecmascript::ohos::AotRuntimeInfo::BuildRuntimeInfoPart(runtimeInfoPart, soBuildId, timestamp, type); in BuildRuntimeInfoPart()
|
H A D | mock_aot_runtime_info.h | 34 bool BuildRuntimeInfoPart(char *runtimeInfoPart, const char *soBuildId, const char *timestamp,
|
Completed in 2 milliseconds