/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 236 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 D | bundle_test_tool.cpp | 982 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 D | bm_command_uninstall_module_test.cpp | 83 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
|
H A D | bm_command_install_module_test.cpp | 83 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
|
H A D | bm_command_dump_module_test.cpp | 83 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
|
/foundation/multimedia/av_session/utils/include/ |
H A D | avsession_radar.h | 125 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy_; member in OHOS::AVSession::AVSessionRadar
|
/foundation/multimedia/av_session/utils/src/ |
H A D | avsession_radar.cpp | 126 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 D | bundle_command.h | 301 sptr<IBundleMgr> bundleMgrProxy_; member in OHOS::AppExecFwk::BundleManagerShellCommand
|
H A D | bundle_test_tool.h | 108 sptr<IBundleMgr> bundleMgrProxy_; member in OHOS::AppExecFwk::BundleTestTool
|
/foundation/bundlemanager/bundle_tool/test/unittest/bm/ |
H A D | bm_command_dump_dependencies_test.cpp | 82 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
|
H A D | bm_command_overlay_test.cpp | 82 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
|
H A D | bm_command_dump_test.cpp | 84 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
|
H A D | bm_command_uninstall_test.cpp | 82 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
|
H A D | bm_command_install_test.cpp | 83 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
|
H A D | bm_command_test.cpp | 88 cmd.bundleMgrProxy_ = mgrProxyPtr_; in SetMockObjects()
|