| /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
|
| H A D | video_test.cpp | 64 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...] |
| /foundation/distributeddatamgr/udmf/interfaces/cj/src/ |
| H A D | unified_record_ffi.cpp | 36 int64_t FfiUDMFUnifiedRecordConstructorwithType(const char *type, CJValueType value) in FfiUDMFUnifiedRecordConstructorwithType() argument
|
| /foundation/distributedhardware/device_manager/services/service/include/discovery/ |
| H A D | discovery_filter.h | 28 int32_t value; member
|
| /foundation/distributedhardware/device_manager/test/unittest/mock/ |
| H A D | parameter.cpp | 18 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 D | preferences_utils.cpp | 44 int CheckValue(const PreferencesValue &value) in CheckValue() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
| H A D | js_common_type_init.cpp | 21 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 D | modify_time_cursor.cpp | 39 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 D | graph.h | 33 uint32_t value; member
|
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/convert/ |
| H A D | udmf_conversion.cpp | 57 auto value = record->GetOriginValue();
in ConvertRecordToSubclass() local [all...] |
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
| H A D | application_defined_record.cpp | 38 ApplicationDefinedRecord::ApplicationDefinedRecord(UDType type, ValueType value) in ApplicationDefinedRecord() argument 94 auto value = value_; in InitObject() local
|