Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_stub.h105 return stub->SubscribeSystemProcessInner(data, reply); in LocalSubscribeSystemProcess()
195 int32_t SubscribeSystemProcessInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp259 int32_t ret = saMgr->SubscribeSystemProcessInner(data, reply);
2755 int32_t ret = saMgr->SubscribeSystemProcessInner(data, reply);
2773 int32_t ret = saMgr->SubscribeSystemProcessInner(data, reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp867 int32_t SystemAbilityManagerStub::SubscribeSystemProcessInner(MessageParcel& data, MessageParcel& r… in SubscribeSystemProcessInner() function in OHOS::SystemAbilityManagerStub