/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_uv_queue.cpp | 36 bool NapiUvQueue::operator==(napi_value value) in operator ==() argument
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | big_integer.cpp | 19 BigInteger::BigInteger(int64_t value) in BigInteger() argument
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | text.cpp | 29 Text::Text(UDType type, ValueType value) : UnifiedRecord(type, value) in Text() argument 63 auto value = value_; in InitObject() local
|
H A D | system_defined_pixelmap.cpp | 33 SystemDefinedPixelMap::SystemDefinedPixelMap(UDType type, ValueType value) : SystemDefinedRecord(type, value) in SystemDefinedPixelMap() argument 90 auto value = value_; in InitObject() local [all...] |
H A D | html.cpp | 35 Html::Html(UDType type, ValueType value) : Text(type, value) in Html() argument 93 auto value = value_; in InitObject() local
|
H A D | link.cpp | 28 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 D | napi_rdb_sendable_utils.cpp | 29 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 D | napi_uv_queue.cpp | 36 bool NapiUvQueue::operator==(napi_value value) in operator ==() argument
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | data_provider_impl.cpp | 38 auto value = (innerProvider_->callback)(innerProvider_->context, utdId.c_str()); in GetValueByType() local
|
/foundation/distributedhardware/device_manager/services/implementation/include/discovery/ |
H A D | dm_discovery_filter.h | 28 int32_t value; member
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | system_defined_pixelmap_test.cpp | 78 ValueType value = std::vector<uint8_t>(); in HWTEST_F() local 94 ValueType value = 0; in HWTEST_F() local
|
H A D | system_defined_form_test.cpp | 63 ValueType value = 0; in HWTEST_F() local
|
H A D | html_test.cpp | 132 ValueType value = "value"; in HWTEST_F() local
|
H A D | link_test.cpp | 64 ValueType value = "value"; in HWTEST_F() local
|
H A D | file_test.cpp | 65 ValueType value = "string"; in HWTEST_F() local 81 ValueType value = 0; in HWTEST_F() local
|
H A D | image_test.cpp | 63 ValueType value = "value"; in HWTEST_F() local
|
H A D | folder_test.cpp | 63 ValueType value = 0; in HWTEST_F() local
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/ |
H A D | system_defined_pixelmap_mock.cpp | 28 SystemDefinedPixelMap::SystemDefinedPixelMap(UDType type, ValueType value) : SystemDefinedRecord(type, value) in SystemDefinedPixelMap() argument
|
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | data_buffer_test.cpp | 88 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 D | dcamera_buffer_handle_test.cpp | 102 int32_t value = 0; in HWTEST_F() local
|
/foundation/distributeddatamgr/pasteboard/framework/framework/serializable/ |
H A D | serializable.cpp | 34 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 D | paste_data_impl.cpp | 28 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 D | js_sendable_utils.cpp | 71 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 D | js_ability.cpp | 23 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 D | value_object.h | 60 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...] |