Searched refs:configChanges (Results 1 - 14 of 14) sorted by relevance
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_bundle_mgr.h | 60 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 D | ace_run_args.h | 84 std::string configChanges; member
|
H A D | ace_ability.h | 108 void SetConfigChanges(const std::string& configChanges);
|
H A D | ace_ability.cpp | 241 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 D | ability_info.h | 116 std::vector<std::string> configChanges; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | ability_info.cpp | 61 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 D | ability_info.h | 218 std::vector<std::string> configChanges; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 60 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 D | bms_bundle_clone_app_bundle_logic_test.cpp | 79 "configChanges":[
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 283 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 D | bms_bundle_data_storage_database_test.cpp | 213 "configChanges":[ 797 "configChanges": [ 875 "configChanges": [ 945 "configChanges": [
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 197 abilityInfo.configChanges = {LOCALE}; in MockAbilityInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 954 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 D | bms_bundle_data_mgr_test.cpp | 791 abilityInfo.configChanges = {"locale"}; in MockAbilityInfo()
|
Completed in 54 milliseconds