Home
last modified time | relevance | path

Searched refs:CheckSystemAbilityTransaction (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_manager_proxy.h279 sptr<IRemoteObject> CheckSystemAbilityTransaction(int32_t systemAbilityId);
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp158 return CheckSystemAbilityTransaction(systemAbilityId); in Recompute()
241 return CheckSystemAbilityTransaction(systemAbilityId); in CheckSystemAbility()
246 return CheckSystemAbilityTransaction(systemAbilityId); in CheckSystemAbility()
251 sptr<IRemoteObject> SystemAbilityManagerProxy::CheckSystemAbilityTransaction(int32_t systemAbilityI… in CheckSystemAbilityTransaction() function in OHOS::SystemAbilityManagerProxy