Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp968 napi_value nContent = nullptr; in GetElementInfoContents() local
970 content.c_str(), NAPI_AUTO_LENGTH, &nContent)); in GetElementInfoContents()
971 …CALL_RETURN_VOID(callbackInfo->env_, napi_set_element(callbackInfo->env_, value, index, nContent)); in GetElementInfoContents()