Searched refs:testProcessName (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/crash_exception/ |
H A D | crash_exception_test.cpp | 53 char testProcessName[] = "process_name_ptr"; variable 59 crashListener->SetKeyWord(testProcessName); 60 …ReportCrashException(testProcessName, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_UNKNOWN… 74 char testProcessName[] = "process_name_ptr"; variable 80 crashListener->SetKeyWord(testProcessName); 81 …ReportCrashException(testProcessName, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_ESUCCES… 95 char testProcessName[] = "process_name_ptr_1111111111111111111111111111111111111" variable 103 crashListener->SetKeyWord(testProcessName); 104 …ReportCrashException(testProcessName, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_UNKNOWN…
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 381 std::string testProcessName = "testProcess"; variable 384 …auto mockHandler = [testProcessName, testPid, &sem](std::vector<RunningProcessInfo>& runningProces… in __anone22fe8df0502() 386 it.processName_ = testProcessName; in __anone22fe8df0502() 400 EXPECT_EQ(testRunningProcessInfo[0].processName_, testProcessName);
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
H A D | dumpcatcher_interfaces_test.cpp | 243 std::vector<string> testProcessName = { "accountmgr", "foundation", "com.ohos.systemui" }; variable 248 for (string oneProcessName : testProcessName) {
|