Home
last modified time | relevance | path

Searched refs:ScheduleDumpIpcStop (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.h66 MOCK_METHOD1(ScheduleDumpIpcStop, int32_t(std::string &result));
H A Dmock_application.h59 MOCK_METHOD1(ScheduleDumpIpcStop, int32_t(std::string &result));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h255 virtual int32_t ScheduleDumpIpcStop(std::string& result) = 0;
H A Dapp_scheduler_proxy.h215 virtual int32_t ScheduleDumpIpcStop(std::string& result) override;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp363 return appThread->ScheduleDumpIpcStop(result); in DumpIpcStop()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp197 int32_t ScheduleDumpIpcStop(std::string& result) override in ScheduleDumpIpcStop() 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.cpp119 int32_t ScheduleDumpIpcStop(std::string& result) override in ScheduleDumpIpcStop() function in OHOS::AppExecFwk::TestAppSchedulerImpl
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h335 int32_t ScheduleDumpIpcStop(std::string& result) override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp462 ScheduleDumpIpcStop(result); in HandleScheduleDumpIpcStop()
H A Dapp_scheduler_proxy.cpp663 int32_t AppSchedulerProxy::ScheduleDumpIpcStop(std::string& result) in ScheduleDumpIpcStop() function in OHOS::AppExecFwk::AppSchedulerProxy
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3434 int32_t MainThread::ScheduleDumpIpcStop(std::string& result) in ScheduleDumpIpcStop() function in OHOS::AppExecFwk::MainThread