/foundation/ability/form_fwk/test/unittest/fms_form_info_mgr_test/ |
H A D | fms_form_info_mgr_test.cpp | 28 const nlohmann::json JSON_BAD_FORMS = R"({"forms":""})"_json; 29 const nlohmann::json JSON_EMPTY_FORMS = R"({"forms":[]})"_json; 33 "forms": [ 89 // bad forms profile 93 // empty forms profile 96 // forms ok profile for no privacy level setting
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_pack_info.h | 59 std::vector<AbilityFormInfo> forms; member 77 std::vector<AbilityFormInfo> forms; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 911 void from_json(const nlohmann::json &jsonObject, Forms &forms) in from_json() argument 918 forms.name, in from_json() 924 forms.isDefault, in from_json() 930 forms.type, in from_json() 936 forms.src, in from_json() 942 forms.window, in from_json() 950 forms.supportDimensions, in from_json() 958 forms.defaultDimension, in from_json() 964 forms.landscapeLayouts, in from_json() 972 forms in from_json() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_pack_info.cpp | 38 const char* PACK_SUMMARY_MODULE_ABILITY_FORMS = "forms"; 42 const char* PACK_SUMMARY_MODULE_EXTENSION_ABILITIES_FORMS = "forms"; 44 // module ablities forms 163 {PACK_SUMMARY_MODULE_EXTENSION_ABILITIES_FORMS, extensionAbilities.forms} in to_json() 180 extensionAbilities.forms, in from_json() 196 {PACK_SUMMARY_MODULE_ABILITY_FORMS, abilityinfo.forms} in to_json() 225 abilityinfo.forms, in from_json()
|
H A D | extension_form_profile.cpp | 123 std::vector<ExtensionFormProfileInfo> forms {}; 323 profileInfo.forms, in from_json() 461 for (const auto &form: profileInfo.forms) { in TransformToInfos()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/ |
H A D | bms_bundle_parser_test.cpp | 122 "forms": [ 1352 * 2. test parsing failed when forms prop has error in the config.json 1370 "forms": [ 1412 * 2. test parsing failed when forms prop has empty in the config.json 1430 "forms": [{ 1487 * 2. test parsing failed when forms prop has empty in the config.json 1514 * 2. test parsing failed when forms prop has empty in the config.json 1552 * 2. test parsing failed when forms prop has empty in the config.json
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/ |
H A D | free_install.cpp | 360 const std::vector<OHOS::AppExecFwk::AbilityFormInfo> &forms) in ConvertFormsInfo() 365 for (const auto &form : forms) { in ConvertFormsInfo() 403 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, abilityObject, "forms", formsArray)); in ConvertFormsInfo() 426 ConvertFormsInfo(env, abilityObject, ability.forms); in ConvertAbilities() 446 ConvertFormsInfo(env, abilityObject, extensionAbility.forms); in ConvertExtensionAbilities() 359 ConvertFormsInfo(napi_env env, napi_value &abilityObject, const std::vector<OHOS::AppExecFwk::AbilityFormInfo> &forms) ConvertFormsInfo() argument
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/ |
H A D | fms_form_render_mgr_inner_test.cpp | 579 std::unordered_set<int64_t> forms;
in HWTEST_F() local 581 forms.insert(formIds);
in HWTEST_F() 582 formRenderMgrInner.etsHosts_.emplace(remote, forms);
in HWTEST_F()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_task_mgr.cpp | 315 * @param formIds The Id list of the forms. 701 * @param formIds The Id list of the forms. 949 auto reloadForm = [forms = std::forward<decltype(formRecords)>(formRecords), want, remoteObject]() { in PostReloadForm() 950 FormTaskMgr::GetInstance().ReloadForm(std::move(forms), want, remoteObject); in PostReloadForm() 1038 * @param formIds the Ids of forms need to notify. 1064 * @param formIds the Ids of forms need to notify. 1078 * @brief Post recycle forms. 1079 * @param formIds the Ids of forms to be recycled. 1142 * @brief Post recover forms. 1143 * @param formIds the Ids of forms t [all...] |
H A D | form_data_mgr.cpp | 325 HILOG_WARN("already exist %{public}d temp forms in system", maxTempSize); in CheckTempEnoughForm() 363 HILOG_INFO("already use %{public}zu forms", formDbInfos.size()); in CheckEnoughForm() 380 HILOG_WARN("already use %{public}d forms", maxRecordPerApp); in CheckEnoughForm() 652 * @brief Clean removed forms form host. 653 * @param removedFormIds The id list of the forms. 755 * @brief Get the temp forms from host and delete temp form in cache. 757 * @param recordTempForms gotten the temp forms. 943 * @param targetForms Target forms. 1007 * @brief Check if two forms is same or not. 1027 * @param removedForms The id list of the forms 1889 std::vector<AbilityFormInfo> forms = abilityInfo.forms; GetAbilityFormInfo() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 328 for (const auto &forms : formInfos) { in AddModuleFormInfo() 329 formInfos_.try_emplace(forms.first, forms.second); in AddModuleFormInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 604 "forms":[],
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 328 void CheckFormInfoTest(const std::vector<FormInfo> &forms) const; 329 void CheckFormInfoDemo(const std::vector<FormInfo> &forms) const; 5259 * 2.get forms info in different bundle 5498 * 2.get forms by all the bundle 5522 * 2.get forms by all the bundle 5551 * 2.get forms by all the bundle 5580 * 2.get forms by all the bundle
|