/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | dump_ipc_helper.h | 31 static void DumpIpcStop(std::string& result);
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | dump_ipc_helper_test.cpp | 70 * @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 D | app_lifecycle_deal.h | 276 int DumpIpcStop(std::string& result);
|
H A D | app_running_manager.h | 335 int DumpIpcStop(const int32_t pid, std::string& result);
|
H A D | app_mgr_service.h | 856 int DumpIpcStop(const int32_t pid, std::string& result);
|
H A D | app_running_record.h | 890 int DumpIpcStop(std::string& result);
|
H A D | app_mgr_service_inner.h | 1275 virtual int DumpIpcStop(const int32_t pid, std::string& result);
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | dump_ipc_helper.cpp | 40 void DumpIpcHelper::DumpIpcStop(std::string& result) in DumpIpcStop() function in OHOS::AppExecFwk::DumpIpcHelper
|
H A D | main_thread.cpp | 3338 DumpIpcHelper::DumpIpcStop(result); in ScheduleDumpIpcStop()
|
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/ |
H A D | mock_app_mgr_service_inner.h | 73 MOCK_METHOD2(DumpIpcStop, int(const int32_t pid, std::string& result));
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 356 int AppLifeCycleDeal::DumpIpcStop(std::string& result) in DumpIpcStop() function in OHOS::AppExecFwk::AppLifeCycleDeal
|
H A D | app_mgr_service.cpp | 752 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 D | app_running_manager.cpp | 1516 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 D | app_running_record.cpp | 2384 int AppRunningRecord::DumpIpcStop(std::string& result) in DumpIpcStop() function in OHOS::AppExecFwk::AppRunningRecord 2394 return appLifeCycleDeal_->DumpIpcStop(result); in DumpIpcStop()
|
H A D | app_mgr_service_inner.cpp | 7286 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 D | app_mgr_service_dump_ipc_test.cpp | 261 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 D | abilityappmgrapprunningmanager_fuzzer.cpp | 158 manager->DumpIpcStop(pidDump, jsonStr); in DoSomethingInterestingWithMyAPIaddc()
|