Home
last modified time | relevance | path

Searched refs:DumpIpcAllStart (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.h69 MOCK_METHOD1(DumpIpcAllStart, int(std::string& result));
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h327 int DumpIpcAllStart(std::string& result);
H A Dapp_mgr_service.h852 int DumpIpcAllStart(std::string& result);
H A Dapp_mgr_service_inner.h1267 virtual int DumpIpcAllStart(std::string& result);
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp147 manager->DumpIpcAllStart(jsonStr); in DoSomethingInterestingWithMyAPIaddb()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp714 return DumpIpcAllStart(result); in DumpIpcAllInner()
877 int AppMgrService::DumpIpcAllStart(std::string& result) in DumpIpcAllStart() function in OHOS::AppExecFwk::AppMgrService
880 return appMgrServiceInner_->DumpIpcAllStart(result); in DumpIpcAllStart()
H A Dapp_running_manager.cpp1489 int AppRunningManager::DumpIpcAllStart(std::string& result) in DumpIpcAllStart() function in OHOS::AppExecFwk::AppRunningManager
1495 TAG_LOGD(AAFwkTag::APPMGR, "AppRunningManager::DumpIpcAllStart::pid:%{public}d", in DumpIpcAllStart()
H A Dapp_mgr_service_inner.cpp7234 int AppMgrServiceInner::DumpIpcAllStart(std::string& result) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
7244 return appRunningManager_->DumpIpcAllStart(result); in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/
H A Dapp_mgr_service_dump_ipc_test.cpp98 EXPECT_CALL(*mockAppMgrServiceInner, DumpIpcAllStart(_)) in HWTEST_F()

Completed in 24 milliseconds