Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Ddump_ipc_helper.h31 static void DumpIpcStop(std::string& result);
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Ddump_ipc_helper_test.cpp70 * @tc.name: DumpIpcStop
71 * @tc.desc: Test whether DumpIpcStop and are called normally.
77 DumpIpcHelper::DumpIpcStop(result); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h276 int DumpIpcStop(std::string& result);
H A Dapp_running_manager.h335 int DumpIpcStop(const int32_t pid, std::string& result);
H A Dapp_mgr_service.h856 int DumpIpcStop(const int32_t pid, std::string& result);
H A Dapp_running_record.h890 int DumpIpcStop(std::string& result);
H A Dapp_mgr_service_inner.h1275 virtual int DumpIpcStop(const int32_t pid, std::string& result);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_ipc_helper.cpp40 void DumpIpcHelper::DumpIpcStop(std::string& result) in DumpIpcStop() function in OHOS::AppExecFwk::DumpIpcHelper
H A Dmain_thread.cpp3338 DumpIpcHelper::DumpIpcStop(result); in ScheduleDumpIpcStop()
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/
H A Dmock_app_mgr_service_inner.h73 MOCK_METHOD2(DumpIpcStop, int(const int32_t pid, std::string& result));
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp356 int AppLifeCycleDeal::DumpIpcStop(std::string& result) in DumpIpcStop() function in OHOS::AppExecFwk::AppLifeCycleDeal
H A Dapp_mgr_service.cpp752 return DumpIpcStop(pid, result); in DumpIpcWithPidInner()
901 int AppMgrService::DumpIpcStop(const int32_t pid, std::string& result) in DumpIpcStop() function in OHOS::AppExecFwk::AppMgrService
904 return appMgrServiceInner_->DumpIpcStop(pid, result); in DumpIpcStop()
H A Dapp_running_manager.cpp1516 errCode = appRecord->DumpIpcStop(currentResult); in DumpIpcAllStop()
1557 int AppRunningManager::DumpIpcStop(const int32_t pid, std::string& result) in DumpIpcStop() function in OHOS::AppExecFwk::AppRunningManager
1568 return appRecord->DumpIpcStop(result); in DumpIpcStop()
H A Dapp_running_record.cpp2384 int AppRunningRecord::DumpIpcStop(std::string& result) in DumpIpcStop() function in OHOS::AppExecFwk::AppRunningRecord
2394 return appLifeCycleDeal_->DumpIpcStop(result); in DumpIpcStop()
H A Dapp_mgr_service_inner.cpp7286 int AppMgrServiceInner::DumpIpcStop(const int32_t pid, std::string& result) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
7296 return appRunningManager_->DumpIpcStop(pid, result); in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/
H A Dapp_mgr_service_dump_ipc_test.cpp261 EXPECT_CALL(*mockAppMgrServiceInner, DumpIpcStop(NUMBER_VALID_PID, _)) in HWTEST_F()
383 EXPECT_CALL(*mockAppMgrServiceInner, DumpIpcStop(NUMBER_INVALID_PID, _)) in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp158 manager->DumpIpcStop(pidDump, jsonStr); in DoSomethingInterestingWithMyAPIaddc()

Completed in 34 milliseconds