/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 265 bundleMgrProxy.GetSharedBundleInfoBySelf(bundleName, sharedBundleInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1333 virtual ErrCode GetSharedBundleInfoBySelf(const std::string &bundleName, SharedBundleInfo &sharedBundleInfo) in GetSharedBundleInfoBySelf() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 937 virtual ErrCode GetSharedBundleInfoBySelf(const std::string &bundleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/ |
H A D | bms_bundle_shared_library_install_test.cpp | 676 * @tc.name: test GetSharedBundleInfoBySelf 687 ErrCode res = GetBundleDataMgr()->GetSharedBundleInfoBySelf( in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 897 virtual ErrCode GetSharedBundleInfoBySelf(const std::string &bundleName,
|
H A D | bundle_data_mgr.h | 867 ErrCode GetSharedBundleInfoBySelf(const std::string &bundleName, SharedBundleInfo &sharedBundleInfo);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 1245 * @tc.name: test GetSharedBundleInfoBySelf of BundleMgrHostImpl 1247 * 2. GetSharedBundleInfoBySelf false by no permission 1252 ErrCode ret = bundleMgrHostImpl_->GetSharedBundleInfoBySelf(BUNDLE_NAME, sharedBundleInfo); in HWTEST_F()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 2560 ErrCode ret = bundleMgrProxy_->GetSharedBundleInfoBySelf(bundleName, sharedBundleInfo); in DumpShared()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 55 const std::string FUNCATION_GET_SHARED_BUNDLE_INFO_BY_SELF = "BundleMgrHostImpl::GetSharedBundleInfoBySelf"; 3397 ErrCode BundleMgrHostImpl::GetSharedBundleInfoBySelf(const std::string &bundleName, in GetSharedBundleInfoBySelf() function in OHOS::AppExecFwk::BundleMgrHostImpl 3400 APP_LOGD("begin to GetSharedBundleInfoBySelf bundleName: %{public}s", bundleName.c_str()); in GetSharedBundleInfoBySelf() 3419 return dataMgr->GetSharedBundleInfoBySelf(bundleName, sharedBundleInfo); in GetSharedBundleInfoBySelf()
|
H A D | bundle_data_mgr.cpp | 6670 errCode = GetSharedBundleInfoBySelf(dep.bundleName, sharedBundleInfo); in GetSharedBundleInfo() 6672 APP_LOGD("GetSharedBundleInfoBySelf failed errCode is %{public}d, bundleName:%{public}s", in GetSharedBundleInfo() 6682 ErrCode BundleDataMgr::GetSharedBundleInfoBySelf(const std::string &bundleName, SharedBundleInfo &sharedBundleInfo) in GetSharedBundleInfoBySelf() function in OHOS::AppExecFwk::BundleDataMgr 6684 APP_LOGD("GetSharedBundleInfoBySelf bundleName: %{public}s", bundleName.c_str()); in GetSharedBundleInfoBySelf() 6688 APP_LOGW("GetSharedBundleInfoBySelf failed, can not find bundle %{public}s", in GetSharedBundleInfoBySelf() 6694 APP_LOGW("GetSharedBundleInfoBySelf failed, the bundle(%{public}s) is not shared library", in GetSharedBundleInfoBySelf() 6699 APP_LOGD("GetSharedBundleInfoBySelf(%{public}s) successfully)", bundleName.c_str()); in GetSharedBundleInfoBySelf()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 12118 * @tc.name: Test GetSharedBundleInfoBySelf 12119 * @tc.desc: Test GetSharedBundleInfoBySelf with BundleMgrProxy 12131 auto ret = bundleMgrProxy->GetSharedBundleInfoBySelf("", sharedBundleInfo); in HWTEST_F() 12133 ret = bundleMgrProxy->GetSharedBundleInfoBySelf(BUNDLE_NAME_TEST, sharedBundleInfo); in HWTEST_F() 12138 ret = dataMgr->GetSharedBundleInfoBySelf("", sharedBundleInfo); in HWTEST_F() 12143 ret = dataMgr->GetSharedBundleInfoBySelf(BUNDLE_NAME_TEST, sharedBundleInfo); in HWTEST_F() 12147 ret = hostImpl->GetSharedBundleInfoBySelf(BUNDLE_NAME_TEST, sharedBundleInfo); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3205 ErrCode ret = GetSharedBundleInfoBySelf(bundleName, shareBundleInfo); in HandleGetSharedBundleInfoBySelf()
|
H A D | bundle_mgr_proxy.cpp | 3755 ErrCode BundleMgrProxy::GetSharedBundleInfoBySelf(const std::string &bundleName, SharedBundleInfo &sharedBundleInfo) in GetSharedBundleInfoBySelf() function in OHOS::AppExecFwk::BundleMgrProxy 3758 APP_LOGD("begin to GetSharedBundleInfoBySelf"); in GetSharedBundleInfoBySelf() 3761 APP_LOGE("fail to GetSharedBundleInfoBySelf due to write InterfaceToken fail"); in GetSharedBundleInfoBySelf() 3765 APP_LOGE("fail to GetSharedBundleInfoBySelf due to write bundleName fail"); in GetSharedBundleInfoBySelf()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2528 retCode = hostImpl->GetSharedBundleInfoBySelf("", sharedBundleInfo); in HWTEST_F()
|