Home
last modified time | relevance | path

Searched refs:formEnabled (Results 1 - 15 of 15) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcompatible_ability_info.cpp53 formEnabled = parcel.ReadBool(); in ReadFromParcel()
174 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, formEnabled); in Marshalling()
240 abilityInfo.formEnabled = formEnabled; in ConvertToAbilityInfo()
H A Dability_info.cpp75 const char* JSON_KEY_FORM_ENABLED = "formEnabled";
172 formEnabled = parcel.ReadBool(); in ReadFromParcel()
385 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, formEnabled); in Marshalling()
588 {JSON_KEY_FORM_ENABLED, abilityInfo.formEnabled}, in to_json()
901 abilityInfo.formEnabled, in from_json()
1285 compatibleAbilityInfo.formEnabled = formEnabled; in ConvertToCompatiableAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h138 bool formEnabled = false; member
214 bool formEnabled = false; member
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h112 bool formEnabled = false; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp75 const std::string JSON_KEY_FORM_ENABLED = "formEnabled";
161 {JSON_KEY_FORM_ENABLED, abilityInfo.formEnabled}, in to_json()
511 abilityInfo.formEnabled, in from_json()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_bundle_mgr.h271 abilityInfo.formEnabled = false;
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/
H A Dmock_bundle_manager.h242 abilityInfo.formEnabled = false;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp95 "formEnabled":false,
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_ability_thread.cpp107 if (abilityInfo->formEnabled || abilityInfo->extensionAbilityType == AppExecFwk::ExtensionAbilityType::FORM) { in CreateAbilityName()
H A Dfa_ability_thread.cpp133 if (abilityInfo->formEnabled == true) { in CreateAbilityName()
204 if (abilityInfo->formEnabled || abilityInfo->extensionAbilityType == AppExecFwk::ExtensionAbilityType::FORM) { in CreateAbilityName()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp248 bool formEnabled = false; member
1226 ability.formEnabled, in from_json()
2258 abilityInfo.formEnabled = ability.formsEnabled; in ToAbilityInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp231 "formEnabled":false,
810 "formEnabled": false,
889 "formEnabled": false,
959 "formEnabled": false,
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability_wrap_utils.cpp646 NAPI_CALL(env, napi_get_boolean(env, abilityInfo.formEnabled, &proValue)); in BuildJsAbilityInfoNamedPropertySecond()
647 NAPI_CALL(env, napi_set_named_property(env, result, "formEnabled", proValue)); in BuildJsAbilityInfoNamedPropertySecond()
H A Djs_napi_common.cpp987 napi_set_named_property(env, objContext, "formEnabled", CreateJsValue(env, abilityInfo.formEnabled)); in CreateAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp566 NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, abilityInfo.formEnabled, &nFormEnabled)); in ConvertAbilityInfo()
567 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAbilityInfo, "formEnabled", nFormEnabled)); in ConvertAbilityInfo()

Completed in 30 milliseconds