Searched refs:ScheduleDumpIpcStart (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 | 65 MOCK_METHOD1(ScheduleDumpIpcStart, int32_t(std::string &result));
|
H A D | mock_app_scheduler.h | 65 MOCK_METHOD1(ScheduleDumpIpcStart, int32_t(std::string &result));
|
H A D | mock_application_proxy.h | 59 MOCK_METHOD1(ScheduleDumpIpcStart, int32_t(std::string &result));
|
H A D | mock_application.h | 58 MOCK_METHOD1(ScheduleDumpIpcStart, int32_t(std::string &result));
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 260 * ScheduleDumpIpcStart, call ScheduleDumpIpcStart(std::string& result) through proxy project, 267 virtual int32_t ScheduleDumpIpcStart(std::string& result) = 0;
|
H A D | app_scheduler_proxy.h | 253 * ScheduleDumpIpcStart, call ScheduleDumpIpcStart(std::string& result) through proxy project, 260 virtual int32_t ScheduleDumpIpcStart(std::string& result) override;
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 353 return appThread->ScheduleDumpIpcStart(result); in DumpIpcStart()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 313 * ScheduleDumpIpcStart, call ScheduleDumpIpcStart(std::string& result) through proxy project, 320 int32_t ScheduleDumpIpcStart(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 | 114 int32_t ScheduleDumpIpcStart(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 | 192 int32_t ScheduleDumpIpcStart(std::string& result) override
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 449 ScheduleDumpIpcStart(result); in HandleScheduleDumpIpcStart() 451 TAG_LOGE(AAFwkTag::APPMGR, "Fail to write string of ScheduleDumpIpcStart result"); in HandleScheduleDumpIpcStart()
|
H A D | app_scheduler_proxy.cpp | 632 int32_t AppSchedulerProxy::ScheduleDumpIpcStart(std::string& result) in ScheduleDumpIpcStart() function in OHOS::AppExecFwk::AppSchedulerProxy 634 TAG_LOGD(AAFwkTag::APPMGR, "AppSchedulerProxy::ScheduleDumpIpcStart start"); in ScheduleDumpIpcStart() 658 TAG_LOGE(AAFwkTag::APPMGR, "Fail to read string of ScheduleDumpIpcStart result"); in ScheduleDumpIpcStart()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 3328 int32_t MainThread::ScheduleDumpIpcStart(std::string& result) in ScheduleDumpIpcStart() function in OHOS::AppExecFwk::MainThread 3330 TAG_LOGD(AAFwkTag::APPKIT, "MainThread::ScheduleDumpIpcStart::pid:%{public}d", getprocpid()); in ScheduleDumpIpcStart()
|
Completed in 13 milliseconds