Home
last modified time | relevance | path

Searched refs:configChanges (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_bundle_mgr.h60 abilityInfo.configChanges.push_back("fontSize");
89 abilityInfo.configChanges.push_back("layout");
95 abilityInfo.configChanges.push_back("layout");
116 abilityInfo.configChanges.push_back("orientation");
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_run_args.h84 std::string configChanges; member
H A Dace_ability.h108 void SetConfigChanges(const std::string& configChanges);
H A Dace_ability.cpp241 SetConfigChanges(runArgs.configChanges); in AceAbility()
463 void AceAbility::SetConfigChanges(const std::string& configChanges) in SetConfigChanges() argument
465 if (configChanges == "") { in SetConfigChanges()
469 OHOS::Ace::StringUtils::StringSplitter(configChanges, ',', configChangesSplitter); in SetConfigChanges()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h116 std::vector<std::string> configChanges; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dability_info.cpp61 const char* JSON_KEY_CONFIG_CHANGES = "configChanges";
179 CONTAINER_SECURITY_VERIFY(parcel, configChangesSize, &configChanges); in ReadFromParcel()
181 configChanges.emplace_back(Str16ToStr8(parcel.ReadString16())); in ReadFromParcel()
389 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, configChanges.size()); in Marshalling()
390 for (auto &configChange : configChanges) { in Marshalling()
591 {JSON_KEY_CONFIG_CHANGES, abilityInfo.configChanges}, in to_json()
919 abilityInfo.configChanges, in from_json()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h218 std::vector<std::string> configChanges; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp60 const std::string JSON_KEY_CONFIG_CHANGES = "configChanges";
164 {JSON_KEY_CONFIG_CHANGES, abilityInfo.configChanges}, in to_json()
535 abilityInfo.configChanges, in from_json()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp79 "configChanges":[
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp283 std::vector<std::string> configChanges; member
1286 ability.configChanges, in from_json()
2251 abilityInfo.configChanges = ability.configChanges; in ToAbilityInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp213 "configChanges":[
797 "configChanges": [
875 "configChanges": [
945 "configChanges": [
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp197 abilityInfo.configChanges = {LOCALE}; in MockAbilityInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp954 abilityInfo.configChanges = {"locale"}; in MockAbilityInfo()
1090 EXPECT_EQ(CONFIG_CHANGES, abilityInfo.configChanges); in CheckAbilityInfo()
1145 EXPECT_EQ(CONFIG_CHANGES, abilityInfo.configChanges); in CheckAbilityInfos()
H A Dbms_bundle_data_mgr_test.cpp791 abilityInfo.configChanges = {"locale"}; in MockAbilityInfo()

Completed in 49 milliseconds