Searched defs:bundleManager (Results 1 – 11 of 11) sorted by relevance
192 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable208 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable227 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable246 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable269 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable290 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable307 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable326 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable345 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable369 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable[all …]
41 sptr<IBundleMgr> bundleManager = nullptr; in DoSomethingInterestingWithMyAPI() local
42 auto bundleManager = GetBundleManager(); in InitRouteMap() local
112 static bool CheckCallerIsDlpManager(const std::shared_ptr<AppExecFwk::BundleMgrHelper> &bundleManag… in CheckCallerIsDlpManager()
58 auto bundleManager = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetSysBundleManager() local
629 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable647 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
77 void FormBmsHelper::SetBundleManager(const sptr<IBundleMgr> &bundleManager) in SetBundleManager()
17 const bundleManager = requireNapi('bundle.bundleManager'); constant
433 sptr<AppExecFwk::IBundleMgr> bundleManager = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetSocketName() local
39 const bundleManager = requireNapi('bundle.bundleManager'); constant
1453 std::shared_ptr<BundleMgrHelper> bundleManager; variable