Home
last modified time | relevance | path

Searched refs:DumpFfrt (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Ddump_ffrt_helper.h29 static int DumpFfrt(std::string& result);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_ffrt_helper.cpp25 int DumpFfrtHelper::DumpFfrt(std::string& result) in DumpFfrt() function in OHOS::AppExecFwk::DumpFfrtHelper
H A Dmain_thread.cpp3352 return DumpFfrtHelper::DumpFfrt(result); in ScheduleDumpFfrt()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Ddump_ffrt_helper_test.cpp60 * @tc.name: DumpFfrt
69 int temp = OHOS::AppExecFwk::DumpFfrtHelper::DumpFfrt(result); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h285 int DumpFfrt(std::string& result);
H A Dapp_running_manager.h339 int DumpFfrt(const std::vector<int32_t>& pids, std::string& result);
H A Dapp_mgr_service.h859 int DumpFfrt(const std::vector<std::u16string>& args, std::string& result);
H A Dapp_running_record.h893 int DumpFfrt(std::string &result);
H A Dapp_mgr_service_inner.h1279 virtual int DumpFfrt(const std::vector<int32_t>& pids, std::string& result);
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/
H A Dmock_app_mgr_service_inner.h75 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 Dapp_mgr_service_dump_ffrt_test.cpp309 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 Dapp_lifecycle_deal.cpp395 int AppLifeCycleDeal::DumpFfrt(std::string& result) in DumpFfrt() function in OHOS::AppExecFwk::AppLifeCycleDeal
H A Dapp_mgr_service.cpp691 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 Dapp_running_record.cpp2410 int AppRunningRecord::DumpFfrt(std::string& result) in DumpFfrt() function in OHOS::AppExecFwk::AppRunningRecord
2419 return appLifeCycleDeal_->DumpFfrt(result); in DumpFfrt()
H A Dapp_running_manager.cpp1585 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 Dapp_mgr_service_inner.cpp7312 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 Dabilityappmgrapprunningmanager_fuzzer.cpp161 manager->DumpFfrt(pidFrt, jsonStr); in DoSomethingInterestingWithMyAPIaddc()

Completed in 34 milliseconds