Searched refs:ScheduleDumpIpcStop (Results 1 - 13 of 13) sorted by relevance
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 66 MOCK_METHOD1(ScheduleDumpIpcStop, int32_t(std::string &result));
|
H A D | mock_app_scheduler.h | 66 MOCK_METHOD1(ScheduleDumpIpcStop, int32_t(std::string &result));
|
H A D | mock_application_proxy.h | 60 MOCK_METHOD1(ScheduleDumpIpcStop, int32_t(std::string &result));
|
H A D | mock_application.h | 59 MOCK_METHOD1(ScheduleDumpIpcStop, int32_t(std::string &result));
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 270 * ScheduleDumpIpcStop, call ScheduleDumpIpcStop(std::string& result) through proxy project, 277 virtual int32_t ScheduleDumpIpcStop(std::string& result) = 0;
|
H A D | app_scheduler_proxy.h | 263 * ScheduleDumpIpcStop, call ScheduleDumpIpcStop(std::string& result) through proxy project, 270 virtual int32_t ScheduleDumpIpcStop(std::string& result) override;
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 367 return appThread->ScheduleDumpIpcStop(result); in DumpIpcStop()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 323 * ScheduleDumpIpcStop, call ScheduleDumpIpcStop(std::string& result) through proxy project, 330 int32_t ScheduleDumpIpcStop(std::string& result) override;
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 119 int32_t ScheduleDumpIpcStop(std::string& result) override
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 197 int32_t ScheduleDumpIpcStop(std::string& result) override
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 461 ScheduleDumpIpcStop(result); in HandleScheduleDumpIpcStop() 463 TAG_LOGE(AAFwkTag::APPMGR, "Fail to write string of ScheduleDumpIpcStop result"); in HandleScheduleDumpIpcStop()
|
H A D | app_scheduler_proxy.cpp | 664 int32_t AppSchedulerProxy::ScheduleDumpIpcStop(std::string& result) in ScheduleDumpIpcStop() function in OHOS::AppExecFwk::AppSchedulerProxy 666 TAG_LOGD(AAFwkTag::APPMGR, "AppSchedulerProxy::ScheduleDumpIpcStop start"); in ScheduleDumpIpcStop() 690 TAG_LOGE(AAFwkTag::APPMGR, "Fail to read string of ScheduleDumpIpcStop result"); in ScheduleDumpIpcStop()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 3335 int32_t MainThread::ScheduleDumpIpcStop(std::string& result) in ScheduleDumpIpcStop() function in OHOS::AppExecFwk::MainThread
|
Completed in 12 milliseconds