Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata_record.cpp36 static thread_local napi_ref g_pasteDataRecord = nullptr; variable
495 status = napi_create_reference(env, constructor, 1, &g_pasteDataRecord); in PasteDataRecordInit()
530 status = napi_get_reference_value(env, g_pasteDataRecord, &constructor); in NewInstance()