Home
last modified time | relevance | path

Searched refs:DumpIpcStat (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Ddump_ipc_helper.h33 static void DumpIpcStat(std::string& result);
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Ddump_ipc_helper_test.cpp85 * @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 Dapp_lifecycle_deal.h278 int DumpIpcStat(std::string& result);
H A Dapp_running_manager.h337 int DumpIpcStat(const int32_t pid, std::string& result);
H A Dapp_mgr_service.h857 int DumpIpcStat(const int32_t pid, std::string& result);
H A Dapp_running_record.h891 int DumpIpcStat(std::string& result);
H A Dapp_mgr_service_inner.h1277 virtual int DumpIpcStat(const int32_t pid, std::string& result);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_ipc_helper.cpp50 void DumpIpcHelper::DumpIpcStat(std::string& result) in DumpIpcStat() function in OHOS::AppExecFwk::DumpIpcHelper
H A Dmain_thread.cpp3345 DumpIpcHelper::DumpIpcStat(result); in ScheduleDumpIpcStat()
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/
H A Dmock_app_mgr_service_inner.h74 MOCK_METHOD2(DumpIpcStat, int(const int32_t pid, std::string& result));
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp370 int AppLifeCycleDeal::DumpIpcStat(std::string& result) in DumpIpcStat() function in OHOS::AppExecFwk::AppLifeCycleDeal
H A Dapp_mgr_service.cpp754 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 Dapp_running_manager.cpp1534 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 Dapp_running_record.cpp2397 int AppRunningRecord::DumpIpcStat(std::string& result) in DumpIpcStat() function in OHOS::AppExecFwk::AppRunningRecord
2407 return appLifeCycleDeal_->DumpIpcStat(result); in DumpIpcStat()
H A Dapp_mgr_service_inner.cpp7299 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 Dapp_mgr_service_dump_ipc_test.cpp301 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 Dabilityappmgrapprunningmanager_fuzzer.cpp159 manager->DumpIpcStat(pidDump, jsonStr); in DoSomethingInterestingWithMyAPIaddc()

Completed in 34 milliseconds