Home
last modified time | relevance | path

Searched refs:GetProcessNameByProcessId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h55 int32_t GetProcessNameByProcessId(int32_t pid, std::u16string& processName);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_dumper.cpp86 int32_t queryResult = abilityStateScheduler->GetProcessNameByProcessId(pid, processName); in GetFfrtDumpInfoProc()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp1036 int32_t SystemAbilityStateScheduler::GetProcessNameByProcessId(int32_t pid, std::u16string& process… in GetProcessNameByProcessId() function in OHOS::SystemAbilityStateScheduler