Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp932 if (bundleMgrProxy_ == nullptr) { in Init()
934 if (bundleMgrProxy_ != nullptr) { in Init()
2998 if (bundleMgrProxy_ == nullptr) { in GetContinueBundleName()
3396 if (bundleMgrProxy_ == nullptr) { in SetDebugMode()
3518 if (bundleMgrProxy_ == nullptr) { in GetBundleStats()
3557 if (bundleMgrProxy_ == nullptr) { in GetAppProvisionInfo()
3821 if (bundleMgrProxy_ == nullptr) { in HandleBundleEventCallback()
3861 if (bundleMgrProxy_ == nullptr) { in ResetAOTCompileStatus()
3913 if (bundleMgrProxy_ == nullptr) { in QueryDataGroupInfos()
3997 if (bundleMgrProxy_ == nullptr) { in GetGroupDir()
[all …]
H A Dbundle_command.cpp236 if (bundleMgrProxy_ == nullptr) { in Init()
237 bundleMgrProxy_ = BundleCommandCommon::GetBundleMgrProxy(); in Init()
238 if (bundleMgrProxy_) { in Init()
2094 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpBundleList()
2105 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpBundleInfo()
2116 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpShortcutInfos()
2709 if (callback == nullptr || bundleMgrProxy_ == nullptr) { in DeployQuickFixDisable()
2718 bundleMgrProxy_->AsObject()->AddDeathRecipient(recipient); in DeployQuickFixDisable()
2719 auto quickFixProxy = bundleMgrProxy_->GetQuickFixManagerProxy(); in DeployQuickFixDisable()
2743 if (callback == nullptr || bundleMgrProxy_ == nullptr) { in DeleteQuickFix()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_tool/test/moduletest/bm/
H A Dbm_command_dump_module_test.cpp83 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
H A Dbm_command_install_module_test.cpp83 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
H A Dbm_command_uninstall_module_test.cpp83 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
/ohos5.0/foundation/multimedia/av_session/utils/src/
H A Davsession_radar.cpp126 bundleMgrProxy_ = iface_cast<AppExecFwk::BundleMgrProxy>(remoteObject); in InitBMS()
159 if (bundleMgrProxy_ != nullptr) { in GetBundleNameFromUid()
160 bundleMgrProxy_->GetNameForUid(uid, bundleName); in GetBundleNameFromUid()
/ohos5.0/foundation/multimedia/av_session/utils/include/
H A Davsession_radar.h125 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy_; variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h296 sptr<IBundleMgr> bundleMgrProxy_; variable
H A Dbundle_test_tool.h106 sptr<IBundleMgr> bundleMgrProxy_; variable
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_dump_dependencies_test.cpp82 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
H A Dbm_command_overlay_test.cpp82 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
H A Dbm_command_dump_test.cpp84 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
H A Dbm_command_uninstall_test.cpp82 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
H A Dbm_command_install_test.cpp83 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
H A Dbm_command_test.cpp88 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()