Home
last modified time | relevance | path

Searched refs:ListSystemAbilityInner (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.cpp71 int32_t SystemAbilityManagerStub::ListSystemAbilityInner(MessageParcel& data, MessageParcel& reply) in ListSystemAbilityInner() function in OHOS::SystemAbilityManagerStub
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_stub.h40 return stub->ListSystemAbilityInner(data, reply); in LocalListSystemAbility()
182 int32_t ListSystemAbilityInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp138 int32_t result = saMgr->ListSystemAbilityInner(data, reply);
414 int32_t result = saMgr->ListSystemAbilityInner(data, reply);
431 int32_t result = saMgr->ListSystemAbilityInner(data, reply);
450 int32_t result = saMgr->ListSystemAbilityInner(data, reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp207 int32_t SystemAbilityManagerStub::ListSystemAbilityInner(MessageParcel& data, MessageParcel& reply) in ListSystemAbilityInner() function in OHOS::SystemAbilityManagerStub