Searched refs:subWindowName (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | photoaccesshelperinf.js | 679 config.parameters.subWindowName = option.subWindowName;
|
H A D | media_library_napi.cpp | 8521 status = napi_has_named_property(env, paramValue, "subWindowName", &present); in GetSubWindowUIContent() 8525 napi_value subWindowName; in GetSubWindowUIContent() local 8526 status = napi_get_named_property(env, paramValue, "subWindowName", &subWindowName); in GetSubWindowUIContent() 8527 CHECK_COND_RET(status == napi_ok, nullptr, "failed to get named property of subWindowName"); in GetSubWindowUIContent() 8530 status = napi_get_value_string_utf8(env, subWindowName, buffer, ARG_BUF_SIZE, &res); in GetSubWindowUIContent()
|
Completed in 16 milliseconds