Home
last modified time | relevance | path

Searched refs:propertyNameValueNapi (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp866 napi_value propertyNameValueNapi = nullptr; in SetProperty() local
867 NAPI_CALL_RETURN_VOID(env, napi_get_named_property(env, in, str, &propertyNameValueNapi)); in SetProperty()
869 NAPI_CALL_RETURN_VOID(env, napi_get_value_bool(env, propertyNameValueNapi, &localOnlyValue)); in SetProperty()
873 NAPI_CALL_RETURN_VOID(env, napi_get_value_int32(env, propertyNameValueNapi, &shareOptionValue)); in SetProperty()
880 env, napi_get_value_string_utf8(env, propertyNameValueNapi, tagValue, STR_MAX_SIZE, &tagValueLen)); in SetProperty()
887 bool ret = OHOS::AppExecFwk::UnwrapWantParams(env, propertyNameValueNapi, additions); in SetProperty()

Completed in 3 milliseconds