Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_napi.h74 …static bool SetNapiProperty(napi_env env, const MiscServices::PasteDataProperty &property, napi_va…
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp762 bool PasteDataNapi::SetNapiProperty(napi_env env, const PasteDataProperty &property, napi_value &nP… in SetNapiProperty() function in OHOS::MiscServicesNapi::PasteDataNapi
817 if (!SetNapiProperty(env, property, nProperty)) { in GetProperty()