/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | dump_ipc_helper.h | 29 static void DumpIpcStart(std::string& result);
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | dump_ipc_helper_test.cpp | 55 * @tc.name: DumpIpcStart 56 * @tc.desc: Test whether DumpIpcStart and are called normally. 62 DumpIpcHelper::DumpIpcStart(result); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 274 int DumpIpcStart(std::string& result);
|
H A D | app_running_manager.h | 333 int DumpIpcStart(const int32_t pid, std::string& result);
|
H A D | app_mgr_service.h | 855 int DumpIpcStart(const int32_t pid, std::string& result);
|
H A D | app_running_record.h | 889 int DumpIpcStart(std::string& result);
|
H A D | app_mgr_service_inner.h | 1273 virtual int DumpIpcStart(const int32_t pid, std::string& result);
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | dump_ipc_helper.cpp | 30 void DumpIpcHelper::DumpIpcStart(std::string& result) in DumpIpcStart() function in OHOS::AppExecFwk::DumpIpcHelper
|
H A D | main_thread.cpp | 3331 DumpIpcHelper::DumpIpcStart(result); in ScheduleDumpIpcStart()
|
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/ |
H A D | mock_app_mgr_service_inner.h | 72 MOCK_METHOD2(DumpIpcStart, int(const int32_t pid, std::string& result));
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 342 int AppLifeCycleDeal::DumpIpcStart(std::string& result) in DumpIpcStart() function in OHOS::AppExecFwk::AppLifeCycleDeal
|
H A D | app_mgr_service.cpp | 750 return DumpIpcStart(pid, result); in DumpIpcWithPidInner() 895 int AppMgrService::DumpIpcStart(const int32_t pid, std::string& result) in DumpIpcStart() function in OHOS::AppExecFwk::AppMgrService 898 return appMgrServiceInner_->DumpIpcStart(pid, result); in DumpIpcStart()
|
H A D | app_running_manager.cpp | 1498 errCode = appRecord->DumpIpcStart(currentResult); in DumpIpcAllStart() 1543 int AppRunningManager::DumpIpcStart(const int32_t pid, std::string& result) in DumpIpcStart() function in OHOS::AppExecFwk::AppRunningManager 1554 return appRecord->DumpIpcStart(result); in DumpIpcStart()
|
H A D | app_running_record.cpp | 2371 int AppRunningRecord::DumpIpcStart(std::string& result) in DumpIpcStart() function in OHOS::AppExecFwk::AppRunningRecord 2381 return appLifeCycleDeal_->DumpIpcStart(result); in DumpIpcStart()
|
H A D | app_mgr_service_inner.cpp | 7273 int AppMgrServiceInner::DumpIpcStart(const int32_t pid, std::string& result) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner 7283 return appRunningManager_->DumpIpcStart(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 | 220 EXPECT_CALL(*mockAppMgrServiceInner, DumpIpcStart(NUMBER_VALID_PID, _)) in HWTEST_F() 342 EXPECT_CALL(*mockAppMgrServiceInner, DumpIpcStart(NUMBER_INVALID_PID, _)) in HWTEST_F()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/ |
H A D | abilityappmgrapprunningmanager_fuzzer.cpp | 157 manager->DumpIpcStart(pidDump, jsonStr); in DoSomethingInterestingWithMyAPIaddc()
|