Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/
H A Dpicker_n_exporter.cpp236 napi_value getPropertiesFunc; in GetCustomShowingWindow() local
237 status = napi_get_named_property(env, windowObj, "getWindowProperties", &getPropertiesFunc); in GetCustomShowingWindow()
238 if (status != napi_ok || !getPropertiesFunc) { in GetCustomShowingWindow()
242 if (!IsTypeRight(env, getPropertiesFunc, napi_function)) { in GetCustomShowingWindow()
247 status = napi_call_function(env, windowObj, getPropertiesFunc, 0, nullptr, &properties); in GetCustomShowingWindow()