Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_stub.h110 return stub->UnSubscribeSystemProcessInner(data, reply); in LocalUnSubscribeSystemProcess()
196 int32_t UnSubscribeSystemProcessInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp307 int32_t ret = saMgr->UnSubscribeSystemProcessInner(data, reply);
2790 int32_t ret = saMgr->UnSubscribeSystemProcessInner(data, reply);
2808 int32_t ret = saMgr->UnSubscribeSystemProcessInner(data, reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp893 int32_t SystemAbilityManagerStub::UnSubscribeSystemProcessInner(MessageParcel& data, MessageParcel&… in UnSubscribeSystemProcessInner() function in OHOS::SystemAbilityManagerStub