Searched refs:ScheduleDumpIpcStat (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 | 67 MOCK_METHOD1(ScheduleDumpIpcStat, int32_t(std::string &result));
|
H A D | mock_app_scheduler.h | 67 MOCK_METHOD1(ScheduleDumpIpcStat, int32_t(std::string &result));
|
H A D | mock_application_proxy.h | 61 MOCK_METHOD1(ScheduleDumpIpcStat, int32_t(std::string &result));
|
H A D | mock_application.h | 60 MOCK_METHOD1(ScheduleDumpIpcStat, int32_t(std::string &result));
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 280 * ScheduleDumpIpcStat, call ScheduleDumpIpcStat(std::string& result) through proxy project, 287 virtual int32_t ScheduleDumpIpcStat(std::string& result) = 0;
|
H A D | app_scheduler_proxy.h | 273 * ScheduleDumpIpcStat, call ScheduleDumpIpcStat(std::string& result) through proxy project, 280 virtual int32_t ScheduleDumpIpcStat(std::string& result) override;
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 381 return appThread->ScheduleDumpIpcStat(result); in DumpIpcStat()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 333 * ScheduleDumpIpcStat, call ScheduleDumpIpcStat(std::string& result) through proxy project, 340 int32_t ScheduleDumpIpcStat(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 | 124 int32_t ScheduleDumpIpcStat(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 | 202 int32_t ScheduleDumpIpcStat(std::string& result) override
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 473 ScheduleDumpIpcStat(result); in HandleScheduleDumpIpcStat() 475 TAG_LOGE(AAFwkTag::APPMGR, "Fail to write string of ScheduleDumpIpcStat result"); in HandleScheduleDumpIpcStat()
|
H A D | app_scheduler_proxy.cpp | 696 int32_t AppSchedulerProxy::ScheduleDumpIpcStat(std::string& result) in ScheduleDumpIpcStat() function in OHOS::AppExecFwk::AppSchedulerProxy 698 TAG_LOGD(AAFwkTag::APPMGR, "AppSchedulerProxy::ScheduleDumpIpcStat start"); in ScheduleDumpIpcStat() 722 TAG_LOGE(AAFwkTag::APPMGR, "Fail to read string of ScheduleDumpIpcStat result"); in ScheduleDumpIpcStat()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 3342 int32_t MainThread::ScheduleDumpIpcStat(std::string& result) in ScheduleDumpIpcStat() function in OHOS::AppExecFwk::MainThread
|
Completed in 12 milliseconds