Home
last modified time | relevance | path

Searched refs:AddOndemandSystemAbilityInner (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dmock_system_ability_manager_stub.cpp99 int32_t SystemAbilityManagerStub::AddOndemandSystemAbilityInner(MessageParcel& data, MessageParcel&… in AddOndemandSystemAbilityInner() function in OHOS::SystemAbilityManagerStub
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_stub.h60 return stub->AddOndemandSystemAbilityInner(data, reply); in LocalAddOndemandSystemAbility()
186 int32_t AddOndemandSystemAbilityInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp198 int32_t result = saMgr->AddOndemandSystemAbilityInner(data, reply);
622 int32_t result = saMgr->AddOndemandSystemAbilityInner(data, reply);
638 int32_t result = saMgr->AddOndemandSystemAbilityInner(data, reply);
656 int32_t result = saMgr->AddOndemandSystemAbilityInner(data, reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp355 int32_t SystemAbilityManagerStub::AddOndemandSystemAbilityInner(MessageParcel& data, MessageParcel&… in AddOndemandSystemAbilityInner() function in OHOS::SystemAbilityManagerStub