Searched refs:ScheduleDumpFfrt (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 | 68 MOCK_METHOD1(ScheduleDumpFfrt, int32_t(std::string& result));
|
H A D | mock_app_scheduler.h | 68 MOCK_METHOD1(ScheduleDumpFfrt, int32_t(std::string& result));
|
H A D | mock_application_proxy.h | 64 MOCK_METHOD1(ScheduleDumpFfrt, int32_t(std::string& result));
|
H A D | mock_application.h | 63 MOCK_METHOD1(ScheduleDumpFfrt, int32_t(std::string& result));
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 297 * ScheduleDumpFfrt, call ScheduleDumpFfrt(std::string& result) through proxy project, 304 virtual int32_t ScheduleDumpFfrt(std::string& result) = 0;
|
H A D | app_scheduler_proxy.h | 288 * ScheduleDumpFfrt, call ScheduleDumpFfrt(std::string& result) through proxy project, 295 virtual int32_t ScheduleDumpFfrt(std::string& result) override;
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 405 return appThread->ScheduleDumpFfrt(result); in DumpFfrt()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 344 * ScheduleDumpFfrt, call ScheduleDumpFfrt(std::string& result) through proxy project, 351 int32_t ScheduleDumpFfrt(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 | 132 int32_t ScheduleDumpFfrt(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 | 210 int32_t ScheduleDumpFfrt(std::string& result) override
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 492 ScheduleDumpFfrt(result); in HandleScheduleDumpFfrt() 494 TAG_LOGE(AAFwkTag::APPMGR, "Fail to write string of ScheduleDumpFfrt result"); in HandleScheduleDumpFfrt()
|
H A D | app_scheduler_proxy.cpp | 728 int32_t AppSchedulerProxy::ScheduleDumpFfrt(std::string& result) in ScheduleDumpFfrt() function in OHOS::AppExecFwk::AppSchedulerProxy 730 TAG_LOGD(AAFwkTag::APPMGR, "AppSchedulerProxy::ScheduleDumpFfrt start"); in ScheduleDumpFfrt() 752 TAG_LOGE(AAFwkTag::APPMGR, "Fail to read string of ScheduleDumpFfrt result"); in ScheduleDumpFfrt()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 3349 int32_t MainThread::ScheduleDumpFfrt(std::string& result) in ScheduleDumpFfrt() function in OHOS::AppExecFwk::MainThread
|
Completed in 12 milliseconds