Searched refs:startWindowBackground (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 147 std::string startWindowBackground; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 251 std::string startWindowBackground; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 80 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 D | module_profile.cpp | 187 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 D | ability_info.cpp | 80 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 D | bms_bundle_clone_app_bundle_logic_test.cpp | 137 "startWindowBackground":"$color:white",
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 288 std::string startWindowBackground; member 1346 ability.startWindowBackground, in from_json() 2263 abilityInfo.startWindowBackground = ability.startWindowBackground; in ToAbilityInfo()
|
H A D | module_profile.cpp | 196 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 D | bms_bundle_data_storage_database_test.cpp | 275 "startWindowBackground":"$color:white", 782 "startWindowBackground":"",
|
Completed in 29 milliseconds