Home
last modified time | relevance | path

Searched refs:CheckSystemAbilityInner (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.cpp50 int32_t SystemAbilityManagerStub::CheckSystemAbilityInner(MessageParcel& data, MessageParcel& reply) in CheckSystemAbilityInner() function in OHOS::SystemAbilityManagerStub
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_stub.h80 return stub->CheckSystemAbilityInner(data, reply); in LocalCheckSystemAbility()
190 int32_t CheckSystemAbilityInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp926 int32_t result = saMgr->CheckSystemAbilityInner(data, reply);
943 int32_t result = saMgr->CheckSystemAbilityInner(data, reply);
963 int32_t result = saMgr->CheckSystemAbilityInner(data, reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp537 int32_t SystemAbilityManagerStub::CheckSystemAbilityInner(MessageParcel& data, MessageParcel& reply) in CheckSystemAbilityInner() function in OHOS::SystemAbilityManagerStub