Searched refs:SetNapiProperty (Results 1 – 2 of 2) sorted by relevance
74 …static bool SetNapiProperty(napi_env env, const MiscServices::PasteDataProperty &property, napi_va…
762 bool PasteDataNapi::SetNapiProperty(napi_env env, const PasteDataProperty &property, napi_value &nP… in SetNapiProperty() function in OHOS::MiscServicesNapi::PasteDataNapi817 if (!SetNapiProperty(env, property, nProperty)) { in GetProperty()