Searched refs:abilityStateScheduler (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager_dumper.cpp | 59 GetFfrtDumpInfoProc(abilityStateScheduler, args, result); in FfrtDumpProc() 270 ShowAllSystemAbilityInfo(abilityStateScheduler, result); in Dump() 283 ShowSystemAbilityInfo(said, abilityStateScheduler, result); in Dump() 288 ShowProcessInfo(args[1], abilityStateScheduler, result); in Dump() 326 if (abilityStateScheduler == nullptr) { in ShowAllSystemAbilityInfo() 330 abilityStateScheduler->GetAllSystemAbilityInfo(result); in ShowAllSystemAbilityInfo() 336 if (abilityStateScheduler == nullptr) { in ShowSystemAbilityInfo() 340 abilityStateScheduler->GetSystemAbilityInfo(said, result); in ShowSystemAbilityInfo() 346 if (abilityStateScheduler == nullptr) { in ShowProcessInfo() 350 abilityStateScheduler->GetProcessInfo(processName, result); in ShowProcessInfo() [all …]
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager_dumper.h | 35 static bool Dump(std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler, 44 static int32_t FfrtDumpProc(std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler, 46 …static bool GetFfrtDumpInfoProc(std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler, 54 …c void ShowAllSystemAbilityInfo(std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler, 57 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler, std::string& result); 59 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler, std::string& result); 61 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler, std::string& result);
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_manager_dumper_test.cpp | 73 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler; variable 76 auto ret = SystemAbilityManagerDumper::FfrtDumpProc(abilityStateScheduler, fd, args); 302 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler = nullptr; variable 306 bool ret = SystemAbilityManagerDumper::Dump(abilityStateScheduler, args, result); 320 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler = nullptr; variable 338 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler = nullptr; variable 358 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler = nullptr; variable 378 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler = nullptr; variable 398 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler = nullptr; variable 415 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler = nullptr; variable [all …]
|