Home
last modified time | relevance | path

Searched refs:systemAbilityManager (Results 1 - 3 of 3) sorted by relevance

/test/xts/dcts/distributedhardware/distributedinputtest/
H A Ddistributed_input_test.cpp115 OHOS::sptr<OHOS::ISystemAbilityManager> systemAbilityManager = in CheckSourceProxy() local
117 if (!systemAbilityManager) { in CheckSourceProxy()
121 OHOS::sptr<OHOS::IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility( in CheckSourceProxy()
139 OHOS::sptr<OHOS::ISystemAbilityManager> systemAbilityManager = in CheckSinkProxy() local
141 if (!systemAbilityManager) { in CheckSinkProxy()
145 OHOS::sptr<OHOS::IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility( in CheckSinkProxy()
/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_notification_publish.cpp127 sptr<ISystemAbilityManager> systemAbilityManager = in GetBundleMgr() local
129 if (systemAbilityManager == nullptr) { in GetBundleMgr()
130 HILOGE("[GetBundleMgr] get systemAbilityManager failed"); in GetBundleMgr()
133 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SA_ID); in GetBundleMgr()
/test/ostest/wukong/common/src/
H A Dwukong_util.cpp543 sptr<ISystemAbilityManager> systemAbilityManager = in GetBundleMgrProxy() local
545 if (!systemAbilityManager) { in GetBundleMgrProxy()
550 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxy()

Completed in 4 milliseconds