Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_window_manager.cpp143 napi_value templateTypeValue = nullptr; in GetPictureInPictureOptionFromJs() local
159 napi_get_named_property(env, optionObject, "templateType", &templateTypeValue); in GetPictureInPictureOptionFromJs()
168 ConvertFromJsValue(env, templateTypeValue, templateType); in GetPictureInPictureOptionFromJs()