Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Ddump_ipc_helper.h29 static void DumpIpcStart(std::string& result);
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Ddump_ipc_helper_test.cpp55 * @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 Dapp_lifecycle_deal.h274 int DumpIpcStart(std::string& result);
H A Dapp_running_manager.h333 int DumpIpcStart(const int32_t pid, std::string& result);
H A Dapp_mgr_service.h855 int DumpIpcStart(const int32_t pid, std::string& result);
H A Dapp_running_record.h889 int DumpIpcStart(std::string& result);
H A Dapp_mgr_service_inner.h1273 virtual int DumpIpcStart(const int32_t pid, std::string& result);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_ipc_helper.cpp30 void DumpIpcHelper::DumpIpcStart(std::string& result) in DumpIpcStart() function in OHOS::AppExecFwk::DumpIpcHelper
H A Dmain_thread.cpp3331 DumpIpcHelper::DumpIpcStart(result); in ScheduleDumpIpcStart()
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/
H A Dmock_app_mgr_service_inner.h72 MOCK_METHOD2(DumpIpcStart, int(const int32_t pid, std::string& result));
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp342 int AppLifeCycleDeal::DumpIpcStart(std::string& result) in DumpIpcStart() function in OHOS::AppExecFwk::AppLifeCycleDeal
H A Dapp_mgr_service.cpp750 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 Dapp_running_manager.cpp1498 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 Dapp_running_record.cpp2371 int AppRunningRecord::DumpIpcStart(std::string& result) in DumpIpcStart() function in OHOS::AppExecFwk::AppRunningRecord
2381 return appLifeCycleDeal_->DumpIpcStart(result); in DumpIpcStart()
H A Dapp_mgr_service_inner.cpp7273 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 Dapp_mgr_service_dump_ipc_test.cpp220 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 Dabilityappmgrapprunningmanager_fuzzer.cpp157 manager->DumpIpcStart(pidDump, jsonStr); in DoSomethingInterestingWithMyAPIaddc()

Completed in 38 milliseconds