Home
last modified time | relevance | path

Searched refs:DumpIpcAllStat (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/
H A Dmock_app_mgr_service_inner.h71 MOCK_METHOD1(DumpIpcAllStat, int(std::string& result));
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h331 int DumpIpcAllStat(std::string& result);
H A Dapp_mgr_service.h854 int DumpIpcAllStat(std::string& result);
H A Dapp_mgr_service_inner.h1271 virtual int DumpIpcAllStat(std::string& result);
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp149 manager->DumpIpcAllStat(jsonStr); in DoSomethingInterestingWithMyAPIaddb()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp718 return DumpIpcAllStat(result); in DumpIpcAllInner()
889 int AppMgrService::DumpIpcAllStat(std::string& result) in DumpIpcAllStat() function in OHOS::AppExecFwk::AppMgrService
892 return appMgrServiceInner_->DumpIpcAllStat(result); in DumpIpcAllStat()
H A Dapp_running_manager.cpp1525 int AppRunningManager::DumpIpcAllStat(std::string& result) in DumpIpcAllStat() function in OHOS::AppExecFwk::AppRunningManager
1531 TAG_LOGD(AAFwkTag::APPMGR, "AppRunningManager::DumpIpcAllStat::pid:%{public}d", in DumpIpcAllStat()
H A Dapp_mgr_service_inner.cpp7260 int AppMgrServiceInner::DumpIpcAllStat(std::string& result) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
7270 return appRunningManager_->DumpIpcAllStat(result); in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/
H A Dapp_mgr_service_dump_ipc_test.cpp179 EXPECT_CALL(*mockAppMgrServiceInner, DumpIpcAllStat(_)) in HWTEST_F()

Completed in 23 milliseconds