Home
last modified time | relevance | path

Searched refs:orientationData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcompatible_ability_info.cpp60 int32_t orientationData; in ReadFromParcel() local
61 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, orientationData); in ReadFromParcel()
62 orientation = static_cast<DisplayOrientation>(orientationData); in ReadFromParcel()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_context.cpp3710 auto complete = [obj = this, orientationData = orientation] in OnSetDisplayOrientation()
3716 obj->ability_->SetDisplayOrientation(orientationData); in OnSetDisplayOrientation()