Home
last modified time | relevance | path

Searched refs:windowLeftUsed_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_options.cpp35 windowLeftUsed_ = other.windowLeftUsed_; in StartOptions()
55 windowLeftUsed_ = other.windowLeftUsed_; in operator =()
77 windowLeftUsed_ = parcel.ReadBool(); in ReadFromParcel()
119 parcel.WriteBool(windowLeftUsed_); in Marshalling()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwindow_options_utils.cpp29 if (startOptions.windowLeftUsed_) { in SetWindowPositionAndSize()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dstart_options.h33 bool windowLeftUsed_ = false; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_start_options.cpp143 startOptions.windowLeftUsed_ = true; in UnwrapStartOptionsWindowOptions()