Home
last modified time | relevance | path

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

/test/xts/device_attest/services/devattest_ability/src/
Ddevattest_notification_publish.cpp127 sptr<ISystemAbilityManager> systemAbilityManager = in GetBundleMgr() local
129 if (systemAbilityManager == nullptr) { in GetBundleMgr()
133 …sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SA_ID… in GetBundleMgr()
/test/xts/dcts/distributedhardware/distributedinputtest/
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/ostest/wukong/common/src/
Dwukong_util.cpp465 sptr<ISystemAbilityManager> systemAbilityManager = in GetBundleMgrProxy() local
467 if (!systemAbilityManager) { in GetBundleMgrProxy()
472 …sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_A… in GetBundleMgrProxy()