Home
last modified time | relevance | path

Searched refs:startWindowBackground (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h147 std::string startWindowBackground; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h251 std::string startWindowBackground; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp80 const std::string JSON_KEY_START_WINDOW_BACKGROUND = "startWindowBackground";
187 {JSON_KEY_START_WINDOW_BACKGROUND, abilityInfo.startWindowBackground}, in to_json()
719 abilityInfo.startWindowBackground, in from_json()
H A Dmodule_profile.cpp187 std::string startWindowBackground; member
481 ability.startWindowBackground, in from_json()
1596 abilityInfo.startWindowBackground = ability.startWindowBackground; in ToAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dability_info.cpp80 const char* JSON_KEY_START_WINDOW_BACKGROUND = "startWindowBackground";
229 startWindowBackground = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
426 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(startWindowBackground)); in Marshalling()
614 {JSON_KEY_START_WINDOW_BACKGROUND, abilityInfo.startWindowBackground}, in to_json()
1079 abilityInfo.startWindowBackground, 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.cpp137 "startWindowBackground":"$color:white",
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp288 std::string startWindowBackground; member
1346 ability.startWindowBackground, in from_json()
2263 abilityInfo.startWindowBackground = ability.startWindowBackground; in ToAbilityInfo()
H A Dmodule_profile.cpp196 std::string startWindowBackground; member
506 ability.startWindowBackground, in from_json()
2107 abilityInfo.startWindowBackground = ability.startWindowBackground; in ToAbilityInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp275 "startWindowBackground":"$color:white",
782 "startWindowBackground":"",

Completed in 29 milliseconds