Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp387 …sptr<IRemoteObject> dbmsProxy = samgrProxy->GetSystemAbility(DISTRIBUTED_BUNDLE_MGR_SERVICE_SYS_AB… in GetDistributedBundleManager() local
388 if (dbmsProxy == nullptr) { in GetDistributedBundleManager()
392 return iface_cast<AppExecFwk::IDistributedBms>(dbmsProxy); in GetDistributedBundleManager()