Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_stub.h95 return stub->GetSystemProcessInfoInner(data, reply); in LocalGetSystemProcessInfo()
193 int32_t GetSystemProcessInfoInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp275 int32_t ret = saMgr->GetSystemProcessInfoInner(data, reply);
2842 int32_t ret = saMgr->GetSystemProcessInfoInner(data, reply);
2859 int32_t ret = saMgr->GetSystemProcessInfoInner(data, reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp778 int32_t SystemAbilityManagerStub::GetSystemProcessInfoInner(MessageParcel& data, MessageParcel& rep… in GetSystemProcessInfoInner() function in OHOS::SystemAbilityManagerStub