Home
last modified time | relevance | path

Searched refs:ScheduleDumpIpcStart (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h65 MOCK_METHOD1(ScheduleDumpIpcStart, int32_t(std::string &result));
H A Dmock_application.h58 MOCK_METHOD1(ScheduleDumpIpcStart, int32_t(std::string &result));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h245 virtual int32_t ScheduleDumpIpcStart(std::string& result) = 0;
H A Dapp_scheduler_proxy.h205 virtual int32_t ScheduleDumpIpcStart(std::string& result) override;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp349 return appThread->ScheduleDumpIpcStart(result); in DumpIpcStart()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp192 int32_t ScheduleDumpIpcStart(std::string& result) override in ScheduleDumpIpcStart() function in OHOS::AppExecFwk::MockedApplication
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp114 int32_t ScheduleDumpIpcStart(std::string& result) override in ScheduleDumpIpcStart() function in OHOS::AppExecFwk::TestAppSchedulerImpl
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h325 int32_t ScheduleDumpIpcStart(std::string& result) override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp450 ScheduleDumpIpcStart(result); in HandleScheduleDumpIpcStart()
H A Dapp_scheduler_proxy.cpp631 int32_t AppSchedulerProxy::ScheduleDumpIpcStart(std::string& result) in ScheduleDumpIpcStart() function in OHOS::AppExecFwk::AppSchedulerProxy
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3427 int32_t MainThread::ScheduleDumpIpcStart(std::string& result) in ScheduleDumpIpcStart() function in OHOS::AppExecFwk::MainThread