/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
H A D | app_provision.c | 182 profVal->appFeature = GetStringTag(jsonObj, "app-feature"); in GetProfBundleInfo() 183 P_NULL_RETURN_WTTH_LOG(profVal->appFeature); in GetProfBundleInfo() 237 FREE_IF_NOT_NULL(pfval->appFeature); in FreeProfBundle()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/ |
H A D | app_verify_pub.h | 83 char *appFeature; /* app-feature : hos_system_app/hos_normal_app */ member
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/provision/ |
H A D | provision_info.h | 48 std::string appFeature; member
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/provision/ |
H A D | provision_verify.cpp | 184 GetStringIfExist(bundleInfo, KEY_APP_FEATURE, out.bundleInfo.appFeature); in ParseBundleInfo() 301 RETURN_IF_STRING_IS_EMPTY(info.bundleInfo.appFeature, "Tag app-feature is empty.") in ParseProvision()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_bundle_logic_test.cpp | 67 "appFeature":"hos_system_app",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 1053 void SetAppFeature(const std::string &appFeature) in SetAppFeature() argument 1055 appFeature_ = appFeature; in SetAppFeature()
|
H A D | bundle_data_mgr.h | 513 bool GetAppFeature(const std::string &bundleName, std::string &appFeature) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 355 if (provisionInfo.bundleInfo.appFeature == ServiceConstants::HOS_SYSTEM_APP) { in ParseHapFiles() 678 newInfo.SetAppFeature(provisionInfo.bundleInfo.appFeature); in CollectProvisionInfo()
|
H A D | bundle_mgr_host_impl.cpp | 4165 bool isSystemApp = provisionInfo.bundleInfo.appFeature == ServiceConstants::HOS_SYSTEM_APP; in SetProvisionInfoToInnerBundleInfo()
|
H A D | bundle_data_mgr.cpp | 4683 bool BundleDataMgr::GetAppFeature(const std::string &bundleName, std::string &appFeature) const in GetAppFeature() 4696 appFeature = infoItem->second.GetAppFeature(); in GetAppFeature()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 76 "appFeature":"hos_system_app", 772 "appFeature": "hos_system_app",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 4435 std::string appFeature = "hos_system_app"; variable 4436 ret = dataMgr->GetAppFeature(BUNDLE_NAME, appFeature);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 3410 info.bundleInfo.appFeature = "hos_system_app"; 3449 info.bundleInfo.appFeature = "hos_normal_app";
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 8478 std::string appFeature; variable 8480 bool testRet = GetBundleDataMgr()->GetAppFeature(BUNDLE_NAME_TEST, appFeature); 8493 std::string appFeature; variable 8495 bool testRet = GetBundleDataMgr()->GetAppFeature("", appFeature);
|