Home
last modified time | relevance | path

Searched refs:GetSystemProcess (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Dondemand_helper.h46 void GetSystemProcess();
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp250 …sptr<ILocalAbilityManager> obj = iface_cast<ILocalAbilityManager>(GetSystemProcess(Str8ToStr16(pro… in IpcDumpSingleProcess()
669 iface_cast<ILocalAbilityManager>(GetSystemProcess(procName)); in StartOnDemandAbilityInner()
693 iface_cast<ILocalAbilityManager>(GetSystemProcess(procName)); in StopOnDemandAbilityInner()
1215 sptr<IRemoteObject> SystemAbilityManager::GetSystemProcess(const u16string& procName) in GetSystemProcess() function in OHOS::SystemAbilityManager
1375 (void)GetSystemProcess(name); in SendCheckLoadedMsg()
1825 iface_cast<ILocalAbilityManager>(GetSystemProcess(procName)); in IdleSystemAbility()
1844 iface_cast<ILocalAbilityManager>(GetSystemProcess(procName)); in ActiveSystemAbility()
2129 iface_cast<ILocalAbilityManager>(GetSystemProcess(procName)); in SendStrategy()
2176 auto obj = GetSystemProcess(value.process); in GetRunningSaExtensionInfoList()
H A Dsystem_ability_manager_dumper.cpp136 …iface_cast<ILocalAbilityManager>(SystemAbilityManager::GetInstance()->GetSystemProcess(processName… in DumpFfrtInfoByProcName()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dondemand_helper.cpp60 void OnDemandHelper::GetSystemProcess() in GetSystemProcess() function in OHOS::OnDemandHelper
520 ondemandHelper.GetSystemProcess(); in TestProcess()
H A Dsystem_ability_mgr_new_test.cpp1040 sptr<IRemoteObject> ret = saMgr->GetSystemProcess(procName);
H A Dsystem_ability_mgr_stub_test.cpp2101 sptr<IRemoteObject> resObj = saMgr->GetSystemProcess(procName);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h178 sptr<IRemoteObject> GetSystemProcess(const std::u16string& procName);