Searched refs:fieldNode (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_field_node.cpp | 101 auto* fieldNode = reinterpret_cast<JsFieldNode*>(data); in New() local 103 delete fieldNode; in New() 105 ASSERT_CALL(env, napi_wrap(env, ctxt->self, fieldNode, finalize, nullptr, nullptr), fieldNode); in New() 125 fieldNode->fields_.push_back(child); in AppendChild() 149 auto fieldNode = GetFieldNode(env, info, ctxt); in GetDefaultValue() local 169 fieldNode->defaultValue_ = vv; in SetDefaultValue() 177 auto fieldNode = GetFieldNode(env, info, ctxt); in GetNullable() local 197 fieldNode->isNullable_ = isNullable; in SetNullable() 205 auto fieldNode = GetFieldNode(env, info, ctxt); in GetValueType() local 207 return GetContextValue(env, ctxt, fieldNode->valueType_); in GetValueType() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_field_node.cpp | 104 auto* fieldNode = reinterpret_cast<JsFieldNode*>(data); in New() local 106 delete fieldNode; in New() 108 ASSERT_CALL(env, napi_wrap(env, ctxt->self, fieldNode, finalize, nullptr, nullptr), fieldNode); in New() 129 fieldNode->fields_.push_back(child); in AppendChild() 153 auto fieldNode = GetFieldNode(env, info, ctxt); in GetDefaultValue() local 174 fieldNode->defaultValue_ = vv; in SetDefaultValue() 182 auto fieldNode = GetFieldNode(env, info, ctxt); in GetNullable() local 202 fieldNode->isNullable_ = isNullable; in SetNullable() 210 auto fieldNode = GetFieldNode(env, info, ctxt); in GetValueType() local 212 return GetContextValue(env, ctxt, fieldNode->valueType_); in GetValueType() [all …]
|