Home
last modified time | relevance | path

Searched refs:SetWindowHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_options.cpp75 SetWindowHeight(parcel.ReadInt32()); in ReadFromParcel()
204 void StartOptions::SetWindowHeight(int32_t windowHeight) in SetWindowHeight() function in OHOS::AAFwk::StartOptions
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dstart_options.h71 void SetWindowHeight(int32_t windowHeight);
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_start_options.cpp160 startOptions.SetWindowHeight(windowHeight); in UnwrapStartOptionsWindowOptions()