Home
last modified time | relevance | path

Searched refs:contextPtrValue (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.cpp141 napi_value contextPtrValue = nullptr; in GetPictureInPictureOptionFromJs() local
157 napi_get_named_property(env, optionObject, "context", &contextPtrValue); in GetPictureInPictureOptionFromJs()
166 napi_unwrap(env, contextPtrValue, &contextPtr); in GetPictureInPictureOptionFromJs()