Home
last modified time | relevance | path

Searched refs:GetAppFeature (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h515 bool GetAppFeature(const std::string &bundleName, std::string &appFeature) const;
H A Dinner_bundle_info.h1038 std::string GetAppFeature() const in GetAppFeature() function in OHOS::AppExecFwk::InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp356 oldInfo.SetAppFeature(newInfo.GetAppFeature()); in AddNewModuleInfo()
639 oldInfo.SetAppFeature(newInfo.GetAppFeature()); in UpdateInnerBundleInfo()
4712 bool BundleDataMgr::GetAppFeature(const std::string &bundleName, std::string &appFeature) const in GetAppFeature() function in OHOS::AppExecFwk::BundleDataMgr
4714 APP_LOGD("GetAppFeature %{public}s", bundleName.c_str()); in GetAppFeature()
4725 appFeature = infoItem->second.GetAppFeature(); in GetAppFeature()
H A Dbase_bundle_installer.cpp4669 if (oldInfo.GetAppFeature() != newInfo.GetAppFeature()) { in CheckAppLabel()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp8467 * @tc.name: GetAppFeature
8468 * @tc.desc: 1.Test the GetAppFeature success
8475 bool testRet = GetBundleDataMgr()->GetAppFeature(BUNDLE_NAME_TEST, appFeature); in HWTEST_F()
8483 * @tc.name: GetAppFeature
8484 * @tc.desc: 1.Test the GetAppFeature failed
8490 bool testRet = GetBundleDataMgr()->GetAppFeature("", appFeature); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp4414 ret = dataMgr->GetAppFeature(BUNDLE_NAME, appFeature); in HWTEST_F()

Completed in 61 milliseconds