Home
last modified time | relevance | path

Searched defs:value (Results 1751 - 1775 of 20726) sorted by relevance

1...<<71727374757677787980>>...830

/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
H A Dvideo_test.cpp64 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...]
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dunified_record_ffi.cpp36 int64_t FfiUDMFUnifiedRecordConstructorwithType(const char *type, CJValueType value) in FfiUDMFUnifiedRecordConstructorwithType() argument
/foundation/distributedhardware/device_manager/services/service/include/discovery/
H A Ddiscovery_filter.h28 int32_t value; member
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dparameter.cpp18 int GetParameter(const char *key, const char *def, char *value, unsigned int len) in GetParameter() argument
27 int SetParameter(const char *key, const char *value) in SetParameter() argument
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_utils.cpp44 int CheckValue(const PreferencesValue &value) in CheckValue() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_common_type_init.cpp21 SetNamedProperty(napi_env env, napi_value &obj, const std::string &name, int32_t value) SetNamedProperty() argument
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Dmodify_time_cursor.cpp39 int ModifyTimeCursor::GetText(int32_t columnIndex, char *value, int length) in GetText() argument
60 int ModifyTimeCursor::GetInt64(int32_t columnIndex, int64_t *value) in GetInt64() argument
77 int ModifyTimeCursor::GetReal(int32_t columnIndex, double *value) in GetReal() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dgraph.h33 uint32_t value; member
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/convert/
H A Dudmf_conversion.cpp57 auto value = record->GetOriginValue(); in ConvertRecordToSubclass() local
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dapplication_defined_record.cpp38 ApplicationDefinedRecord::ApplicationDefinedRecord(UDType type, ValueType value) in ApplicationDefinedRecord() argument
94 auto value = value_; in InitObject() local

Completed in 10 milliseconds

1...<<71727374757677787980>>...830