/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | dump_ffrt_helper.h | 29 static int DumpFfrt(std::string& result);
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | dump_ffrt_helper.cpp | 25 int DumpFfrtHelper::DumpFfrt(std::string& result) in DumpFfrt() function in OHOS::AppExecFwk::DumpFfrtHelper
|
H A D | main_thread.cpp | 3352 return DumpFfrtHelper::DumpFfrt(result); in ScheduleDumpFfrt()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | dump_ffrt_helper_test.cpp | 60 * @tc.name: DumpFfrt 69 int temp = OHOS::AppExecFwk::DumpFfrtHelper::DumpFfrt(result); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 285 int DumpFfrt(std::string& result);
|
H A D | app_running_manager.h | 339 int DumpFfrt(const std::vector<int32_t>& pids, std::string& result);
|
H A D | app_mgr_service.h | 859 int DumpFfrt(const std::vector<std::u16string>& args, std::string& result);
|
H A D | app_running_record.h | 893 int DumpFfrt(std::string &result);
|
H A D | app_mgr_service_inner.h | 1279 virtual int DumpFfrt(const std::vector<int32_t>& pids, std::string& result);
|
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/ |
H A D | mock_app_mgr_service_inner.h | 75 MOCK_METHOD2(DumpFfrt, int(const std::vector<int32_t>& pid, std::string& result));
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ffrt_test/ |
H A D | app_mgr_service_dump_ffrt_test.cpp | 309 EXPECT_CALL(*mockAppMgrServiceInner, DumpFfrt(_, _)) in HWTEST_F() 357 EXPECT_CALL(*mockAppMgrServiceInner, DumpFfrt(validPids, _)) in HWTEST_F() 405 EXPECT_CALL(*mockAppMgrServiceInner, DumpFfrt(validPids, _)) in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 395 int AppLifeCycleDeal::DumpFfrt(std::string& result) in DumpFfrt() function in OHOS::AppExecFwk::AppLifeCycleDeal
|
H A D | app_mgr_service.cpp | 691 return DumpFfrt(args, result); in Dump() 798 return appMgrServiceInner_->DumpFfrt(pids, result); in DumpFfrtInner() 854 int AppMgrService::DumpFfrt(const std::vector<std::u16string>& args, std::string& result) in DumpFfrt() function in OHOS::AppExecFwk::AppMgrService 856 TAG_LOGD(AAFwkTag::APPMGR, "Called. AppMgrService::DumpFfrt start"); in DumpFfrt()
|
H A D | app_running_record.cpp | 2410 int AppRunningRecord::DumpFfrt(std::string& result) in DumpFfrt() function in OHOS::AppExecFwk::AppRunningRecord 2419 return appLifeCycleDeal_->DumpFfrt(result); in DumpFfrt()
|
H A D | app_running_manager.cpp | 1585 int AppRunningManager::DumpFfrt(const std::vector<int32_t>& pids, std::string& result) in DumpFfrt() function in OHOS::AppExecFwk::AppRunningManager 1591 TAG_LOGD(AAFwkTag::APPMGR, "DumpFfrt current pid:%{public}d", pid); in DumpFfrt() 1599 errCode = appRecord->DumpFfrt(currentResult); in DumpFfrt()
|
H A D | app_mgr_service_inner.cpp | 7312 int AppMgrServiceInner::DumpFfrt(const std::vector<int32_t>& pids, std::string& result) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner 7321 return appRunningManager_->DumpFfrt(pids, result); in NotifyAppFaultBySA()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/ |
H A D | abilityappmgrapprunningmanager_fuzzer.cpp | 161 manager->DumpFfrt(pidFrt, jsonStr); in DoSomethingInterestingWithMyAPIaddc()
|