Home
last modified time | relevance | path

Searched refs:DumpIpcAllStop (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.h70 MOCK_METHOD1(DumpIpcAllStop, int(std::string& result));
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h329 int DumpIpcAllStop(std::string& result);
H A Dapp_mgr_service.h853 int DumpIpcAllStop(std::string& result);
H A Dapp_mgr_service_inner.h1269 virtual int DumpIpcAllStop(std::string& result);
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp148 manager->DumpIpcAllStop(jsonStr); in DoSomethingInterestingWithMyAPIaddb()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp716 return DumpIpcAllStop(result); in DumpIpcAllInner()
883 int AppMgrService::DumpIpcAllStop(std::string& result) in DumpIpcAllStop() function in OHOS::AppExecFwk::AppMgrService
886 return appMgrServiceInner_->DumpIpcAllStop(result); in DumpIpcAllStop()
H A Dapp_running_manager.cpp1507 int AppRunningManager::DumpIpcAllStop(std::string& result) in DumpIpcAllStop() function in OHOS::AppExecFwk::AppRunningManager
1513 TAG_LOGD(AAFwkTag::APPMGR, "AppRunningManager::DumpIpcAllStop::pid:%{public}d", in DumpIpcAllStop()
H A Dapp_mgr_service_inner.cpp7247 int AppMgrServiceInner::DumpIpcAllStop(std::string& result) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
7257 return appRunningManager_->DumpIpcAllStop(result); in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/
H A Dapp_mgr_service_dump_ipc_test.cpp139 EXPECT_CALL(*mockAppMgrServiceInner, DumpIpcAllStop(_)) in HWTEST_F()

Completed in 24 milliseconds