/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | dump_ipc_helper.h | 33 static void DumpIpcStat(std::string& result);
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | dump_ipc_helper_test.cpp | 85 * @tc.name: DumpIpcStat 86 * @tc.desc: Test whether DumpIpcStat and are called normally. 92 DumpIpcHelper::DumpIpcStat(result); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 278 int DumpIpcStat(std::string& result);
|
H A D | app_running_manager.h | 337 int DumpIpcStat(const int32_t pid, std::string& result);
|
H A D | app_mgr_service.h | 857 int DumpIpcStat(const int32_t pid, std::string& result);
|
H A D | app_running_record.h | 891 int DumpIpcStat(std::string& result);
|
H A D | app_mgr_service_inner.h | 1277 virtual int DumpIpcStat(const int32_t pid, std::string& result);
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | dump_ipc_helper.cpp | 50 void DumpIpcHelper::DumpIpcStat(std::string& result) in DumpIpcStat() function in OHOS::AppExecFwk::DumpIpcHelper
|
H A D | main_thread.cpp | 3345 DumpIpcHelper::DumpIpcStat(result); in ScheduleDumpIpcStat()
|
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/ |
H A D | mock_app_mgr_service_inner.h | 74 MOCK_METHOD2(DumpIpcStat, int(const int32_t pid, std::string& result));
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 370 int AppLifeCycleDeal::DumpIpcStat(std::string& result) in DumpIpcStat() function in OHOS::AppExecFwk::AppLifeCycleDeal
|
H A D | app_mgr_service.cpp | 754 return DumpIpcStat(pid, result); in DumpIpcWithPidInner() 907 int AppMgrService::DumpIpcStat(const int32_t pid, std::string& result) in DumpIpcStat() function in OHOS::AppExecFwk::AppMgrService 910 return appMgrServiceInner_->DumpIpcStat(pid, result); in DumpIpcStat()
|
H A D | app_running_manager.cpp | 1534 errCode = appRecord->DumpIpcStat(currentResult); in DumpIpcAllStat() 1571 int AppRunningManager::DumpIpcStat(const int32_t pid, std::string& result) in DumpIpcStat() function in OHOS::AppExecFwk::AppRunningManager 1582 return appRecord->DumpIpcStat(result); in DumpIpcStat()
|
H A D | app_running_record.cpp | 2397 int AppRunningRecord::DumpIpcStat(std::string& result) in DumpIpcStat() function in OHOS::AppExecFwk::AppRunningRecord 2407 return appLifeCycleDeal_->DumpIpcStat(result); in DumpIpcStat()
|
H A D | app_mgr_service_inner.cpp | 7299 int AppMgrServiceInner::DumpIpcStat(const int32_t pid, std::string& result) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner 7309 return appRunningManager_->DumpIpcStat(pid, result); in NotifyAppFaultBySA()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/ |
H A D | app_mgr_service_dump_ipc_test.cpp | 301 EXPECT_CALL(*mockAppMgrServiceInner, DumpIpcStat(NUMBER_VALID_PID, _)) in HWTEST_F() 424 EXPECT_CALL(*mockAppMgrServiceInner, DumpIpcStat(NUMBER_INVALID_PID, _)) in HWTEST_F()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/ |
H A D | abilityappmgrapprunningmanager_fuzzer.cpp | 159 manager->DumpIpcStat(pidDump, jsonStr); in DoSomethingInterestingWithMyAPIaddc()
|