Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp236 if (bundleMgrProxy_ == nullptr) { in Init()
237 bundleMgrProxy_ = BundleCommandCommon::GetBundleMgrProxy(); in Init()
238 if (bundleMgrProxy_) { in Init()
240 bundleInstallerProxy_ = bundleMgrProxy_->GetBundleInstaller(); in Init()
245 if ((bundleMgrProxy_ == nullptr) || (bundleInstallerProxy_ == nullptr) || in Init()
1943 ErrCode ret = bundleMgrProxy_->CopyAp(bundleName, isAllBundle, copyApResults); in CopyAp()
1960 ErrCode CompileRet = bundleMgrProxy_->CompileProcessAOT(bundleName, compileMode, isAllBundle, compileResults); in CompileProcessAot()
1976 ErrCode ResetRet = bundleMgrProxy_->CompileReset(bundleName, isAllBundle); in CompileReset()
1988 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpBundleList()
1999 bool dumpRet = bundleMgrProxy_ in DumpBundleInfo()
[all...]
H A Dbundle_test_tool.cpp982 if (bundleMgrProxy_ == nullptr) { in Init()
983 bundleMgrProxy_ = BundleCommandCommon::GetBundleMgrProxy(); in Init()
984 if (bundleMgrProxy_ != nullptr) { in Init()
986 bundleInstallerProxy_ = bundleMgrProxy_->GetBundleInstaller(); in Init()
991 if ((bundleMgrProxy_ == nullptr) || (bundleInstallerProxy_ == nullptr) || in Init()
1089 bool ret = bundleMgrProxy_->CheckAbilityEnableInstall(want, 1, userId, bundleToolCallbackStub); in CheckOperation()
1163 auto ret = bundleMgrProxy_->SetModuleRemovable(bundleName, moduleName, enable); in SetIsRemovableOperation()
1177 auto ret = bundleMgrProxy_->IsModuleRemovable(bundleName, moduleName, isRemovable); in GetIsRemovableOperation()
1843 result = bundleMgrProxy_->GetProxyDataInfos(bundleName, moduleName, proxyDatas, userId); in RunAsGetProxyDataCommand()
1885 result = bundleMgrProxy_ in RunAsGetAllProxyDataCommand()
[all...]
/foundation/bundlemanager/bundle_tool/test/moduletest/bm/
H A Dbm_command_uninstall_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_dump_module_test.cpp83 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
/foundation/multimedia/av_session/utils/include/
H A Davsession_radar.h125 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy_; member in OHOS::AVSession::AVSessionRadar
/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()
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h301 sptr<IBundleMgr> bundleMgrProxy_; member in OHOS::AppExecFwk::BundleManagerShellCommand
H A Dbundle_test_tool.h108 sptr<IBundleMgr> bundleMgrProxy_; member in OHOS::AppExecFwk::BundleTestTool
/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()

Completed in 19 milliseconds