Home
last modified time | relevance | path

Searched defs:value (Results 476 - 500 of 3716) sorted by relevance

1...<<11121314151617181920>>...149

/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_uv_queue.cpp36 bool NapiUvQueue::operator==(napi_value value) in operator ==() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dbig_integer.cpp19 BigInteger::BigInteger(int64_t value) in BigInteger() argument
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dtext.cpp29 Text::Text(UDType type, ValueType value) : UnifiedRecord(type, value) in Text() argument
63 auto value = value_; in InitObject() local
H A Dsystem_defined_pixelmap.cpp33 SystemDefinedPixelMap::SystemDefinedPixelMap(UDType type, ValueType value) : SystemDefinedRecord(type, value) in SystemDefinedPixelMap() argument
90 auto value = value_; in InitObject() local
[all...]
H A Dhtml.cpp35 Html::Html(UDType type, ValueType value) : Text(type, value) in Html() argument
93 auto value = value_; in InitObject() local
H A Dlink.cpp28 Link::Link(UDType type, ValueType value) : Text(type, value) in Link() argument
95 auto value = value_; in InitObject() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_sendable_utils.cpp29 napi_value Convert2Sendable(napi_env env, const Asset &value) in Convert2Sendable() argument
61 Convert2Sendable(napi_env env, const ValueObject &value) Convert2Sendable() argument
67 Convert2Sendable(napi_env env, const BigInt &value) Convert2Sendable() argument
[all...]
H A Dnapi_uv_queue.cpp36 bool NapiUvQueue::operator==(napi_value value) in operator ==() argument
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Ddata_provider_impl.cpp38 auto value = (innerProvider_->callback)(innerProvider_->context, utdId.c_str()); in GetValueByType() local
/foundation/distributedhardware/device_manager/services/implementation/include/discovery/
H A Ddm_discovery_filter.h28 int32_t value; member
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dsystem_defined_pixelmap_test.cpp78 ValueType value = std::vector<uint8_t>(); in HWTEST_F() local
94 ValueType value = 0; in HWTEST_F() local
H A Dsystem_defined_form_test.cpp63 ValueType value = 0; in HWTEST_F() local
H A Dhtml_test.cpp132 ValueType value = "value"; in HWTEST_F() local
H A Dlink_test.cpp64 ValueType value = "value"; in HWTEST_F() local
H A Dfile_test.cpp65 ValueType value = "string"; in HWTEST_F() local
81 ValueType value = 0; in HWTEST_F() local
H A Dimage_test.cpp63 ValueType value = "value"; in HWTEST_F() local
H A Dfolder_test.cpp63 ValueType value = 0; in HWTEST_F() local
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/
H A Dsystem_defined_pixelmap_mock.cpp28 SystemDefinedPixelMap::SystemDefinedPixelMap(UDType type, ValueType value) : SystemDefinedRecord(type, value) in SystemDefinedPixelMap() argument
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddata_buffer_test.cpp88 int32_t value = 1; in HWTEST_F() local
107 int64_t value = 1; in HWTEST_F() local
126 string value = "test"; in HWTEST_F() local
[all...]
H A Ddcamera_buffer_handle_test.cpp102 int32_t value = 0; in HWTEST_F() local
/foundation/distributeddatamgr/pasteboard/framework/framework/serializable/
H A Dserializable.cpp34 char *value = cJSON_PrintUnformatted(node); in Marshall() local
43 bool Serializable::GetValue(const json node, const std::string &name, std::string &value) in GetValue() argument
53 bool Serializable::GetValue(const json node, const std::string &name, uint8_t &value) in GetValue() argument
58 bool Serializable::GetValue(const json node, const std::string &name, uint16_t &value) in GetValue() argument
63 GetValue(const json node, const std::string &name, uint32_t &value) GetValue() argument
68 GetValue(const json node, const std::string &name, uint64_t &value) GetValue() argument
73 GetValue(const json node, const std::string &name, int32_t &value) GetValue() argument
78 GetValue(const json node, const std::string &name, int64_t &value) GetValue() argument
83 GetValue(const json node, const std::string &name, bool &value) GetValue() argument
93 GetValue(const json node, const std::string &name, std::vector<uint8_t> &value) GetValue() argument
106 GetValue(const json node, const std::string &name, Serializable &value) GetValue() argument
115 SetValue(json &node, const std::string &value, const std::string &name) SetValue() argument
126 SetValue(json &node, const uint8_t &value, const std::string &name) SetValue() argument
131 SetValue(json &node, const uint16_t &value, const std::string &name) SetValue() argument
136 SetValue(json &node, const uint32_t &value, const std::string &name) SetValue() argument
141 SetValue(json &node, const uint64_t &value, const std::string &name) SetValue() argument
146 SetValue(json &node, const int32_t &value, const std::string &name) SetValue() argument
151 SetValue(json &node, const int64_t &value, const std::string &name) SetValue() argument
156 SetValue(json &node, const bool &value, const std::string &name) SetValue() argument
167 SetValue(json &node, const std::vector<uint8_t> &value, const std::string &name) SetValue() argument
181 SetValue(json &node, const Serializable &value, const std::string &name) SetValue() argument
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpaste_data_impl.cpp28 int64_t CreateCjPasteDataObject(std::string mimeType, CJValueType value) in CreateCjPasteDataObject() argument
44 PasteDataImpl::PasteDataImpl(std::string mimeType, CJValueType value) in PasteDataImpl() argument
68 CreateHtmlData(std::string mimeType, CJValueType value) CreateHtmlData() argument
73 CreatePlainTextData(std::string mimeType, CJValueType value) CreatePlainTextData() argument
78 CreateUriData(std::string mimeType, CJValueType value) CreateUriData() argument
83 CreatePixelMapData(std::string mimeType, CJValueType value) CreatePixelMapData() argument
88 CreateWantData(std::string mimeType, CJValueType value) CreateWantData() argument
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp71 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, std::monostate &value) in ConvertFromSendable() argument
76 napi_value ConvertToSendable(napi_env env, int32_t value) in ConvertToSendable() argument
81 napi_value ConvertToSendable(napi_env env, int64_t value) in ConvertToSendable() argument
86 napi_value ConvertToSendable(napi_env env, uint32_t value) in ConvertToSendable() argument
91 napi_value ConvertToSendable(napi_env env, bool value) in ConvertToSendable() argument
96 ConvertToSendable(napi_env env, float value) ConvertToSendable() argument
101 ConvertToSendable(napi_env env, double value) ConvertToSendable() argument
106 ConvertToSendable(napi_env env, const std::vector<uint8_t> &value) ConvertToSendable() argument
128 ConvertToSendable(napi_env env, const std::string &value) ConvertToSendable() argument
133 ConvertToSendable(napi_env env, const OHOS::NativePreferences::Object &value) ConvertToSendable() argument
142 ConvertToSendable(napi_env env, const BigInt &value) ConvertToSendable() argument
147 ConvertToSendable(napi_env env, const std::monostate &value) ConvertToSendable() argument
[all...]
H A Djs_ability.cpp23 CONTEXT_MODE GetContextMode(napi_env env, napi_value value) in GetContextMode() argument
36 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value, in GetContextInfo() argument
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dvalue_object.h60 static constexpr size_t value = sizeof...(Types); member
65 static constexpr size_t value = index_of_v<T, Types...>; member
107 Type value; variable
[all...]

Completed in 9 milliseconds

1...<<11121314151617181920>>...149