Home
last modified time | relevance | path

Searched +defs:val +defs:name (Results 1 – 25 of 161) sorted by relevance

1234567

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_utils.cpp49 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const T& val) in Stringiness()
144 MEDIA_UNUSED int32_t Stringiness(char* buf, size_t maxLen, const char* name, const int32_t& val) in Stringiness()
150 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const uint32_t& val) in Stringiness()
156 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const std::string& val) in Stringiness()
162 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const int64_t& val) in Stringiness()
168 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const uint64_t& val) in Stringiness()
174 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::AudioSampleFormat& va… in Stringiness()
184 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::AudioChannelLayout& v… in Stringiness()
194 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::VideoPixelFormat& val) in Stringiness()
214 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::AudioAacProfile& val) in Stringiness()
[all …]
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/napi/
H A Dnative_common.h58 #define DECLARE_NAPI_PROPERTY(name, val) \ argument
63 #define DECLARE_NAPI_INSTANCE_PROPERTY(name, val) \ argument
81 #define DECLARE_NAPI_DEFAULT_PROPERTY(name, val) \ argument
86 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ argument
91 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
96 #define DECLARE_NAPI_DEFAULT_PROPERTY_FUNCTION(name, func) \ argument
101 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
106 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
111 #define DECLARE_NAPI_GETTER(name, getter) \ argument
116 #define DECLARE_NAPI_SETTER(name, setter) \ argument
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp80 Math::Vec4* val = reinterpret_cast<Math::Vec4*>(data + offset); in AppendValues() local
98 Math::Vec3* val = reinterpret_cast<Math::Vec3*>(data + offset); in AppendValues() local
116 Math::Vec2* val = reinterpret_cast<Math::Vec2*>(data + offset); in AppendValues() local
134 float* val = reinterpret_cast<float*>(data + offset); in AppendValues() local
140 uint32_t* val = reinterpret_cast<uint32_t*>(data + offset); in AppendValues() local
146 int32_t* val = reinterpret_cast<int32_t*>(data + offset); in AppendValues() local
176 void RenderDataStorePostProcess::Create(const string_view name) in Create()
226 void RenderDataStorePostProcess::Destroy(const string_view name) in Destroy()
278 const string_view name, const string_view ppName, const PostProcess::Variables& vars) in Set()
330 const string_view name, const string_view ppName) const in Get() argument
[all …]
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp32 static int PutIpArgument(const char *argument, const char *val) in PutIpArgument()
41 static int PutPoolArgument(const char *argument, const char *val) in PutPoolArgument()
53 static int ShowVersion(const char *argument, const char *val) in ShowVersion()
59 static int DefaultArgument(const char *argument, const char *val) in DefaultArgument()
106 char name[ARGUMENT_NAME_SIZE] = {'\0'}; in HasArgument() local
206 ArgumentInfo *GetArgument(const char *name) in GetArgument()
223 int PutArgument(const char *argument, const char *val) in PutArgument()
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_val.cpp311 NVal NVal::CreateBigInt64(napi_env env, int64_t val) in CreateBigInt64()
318 NVal NVal::CreateInt64(napi_env env, int64_t val) in CreateInt64()
325 NVal NVal::CreateInt32(napi_env env, int32_t val) in CreateInt32()
332 NVal NVal::CreateUint32(napi_env env, int32_t val) in CreateUint32()
346 NVal NVal::CreateBool(napi_env env, bool val) in CreateBool()
392 napi_value val; in CreateArrayBuffer() local
398 napi_property_descriptor NVal::DeclareNapiProperty(const char *name, napi_value val) in DeclareNapiProperty()
403 napi_property_descriptor NVal::DeclareNapiStaticProperty(const char *name, napi_value val) in DeclareNapiStaticProperty()
408 napi_property_descriptor NVal::DeclareNapiFunction(const char *name, napi_callback func) in DeclareNapiFunction()
418 napi_property_descriptor NVal::DeclareNapiGetter(const char *name, napi_callback getter) in DeclareNapiGetter()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_value.cpp285 NapiValue NapiValue::CreateBigInt64(napi_env env, int64_t val) in CreateBigInt64()
292 NapiValue NapiValue::CreateInt64(napi_env env, int64_t val) in CreateInt64()
299 NapiValue NapiValue::CreateUint64(napi_env env, uint64_t val) in CreateUint64()
306 NapiValue NapiValue::CreateInt32(napi_env env, int32_t val) in CreateInt32()
313 NapiValue NapiValue::CreateUint32(napi_env env, uint32_t val) in CreateUint32()
327 NapiValue NapiValue::CreateBool(napi_env env, bool val) in CreateBool()
377 napi_value val; in CreateArrayBuffer() local
409 napi_property_descriptor NapiValue::DeclareNapiProperty(const char *name, napi_value val) in DeclareNapiProperty()
414 napi_property_descriptor NapiValue::DeclareNapiStaticProperty(const char *name, napi_value val) in DeclareNapiStaticProperty()
419 napi_property_descriptor NapiValue::DeclareNapiFunction(const char *name, napi_callback func) in DeclareNapiFunction()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_object_template.inl22 void JsiObjectTemplate::Constant(const char* name, T val)
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_dumper.c23 const char *name; member
46 uint8_t *val = (uint8_t *)(data->data.paddr); in DumperPrintUint8Info() local
90 int8_t *val = (int8_t *)(data->data.paddr); in DumperPrintInt8Info() local
101 int16_t *val = (int16_t *)(data->data.paddr); in DumperPrintInt16Info() local
112 int32_t *val = (int32_t *)(data->data.paddr); in DumperPrintInt32Info() local
135 float *val = (float *)(data->data.paddr); in DumperPrintFloatInfo() local
148 double *val = (double *)(data->data.paddr); in DumperPrintDoubleInfo() local
160 char *val = (char *)(data->data.paddr); in DumperPrintCharInfo() local
172 char *val = (char *)(data->data.paddr); in DumperPrintStringInfo() local
243 struct PlatformDumper *PlatformDumperCreate(const char *name) in PlatformDumperCreate()
[all …]
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_val.cpp284 NVal NVal::CreateBigInt64(napi_env env, int64_t val) in CreateBigInt64()
291 NVal NVal::CreateInt64(napi_env env, int64_t val) in CreateInt64()
298 NVal NVal::CreateInt32(napi_env env, int32_t val) in CreateInt32()
312 NVal NVal::CreateBool(napi_env env, bool val) in CreateBool()
362 napi_value val; in CreateArrayBuffer() local
368 napi_property_descriptor NVal::DeclareNapiProperty(const char *name, napi_value val) in DeclareNapiProperty()
373 napi_property_descriptor NVal::DeclareNapiStaticProperty(const char *name, napi_value val) in DeclareNapiStaticProperty()
378 napi_property_descriptor NVal::DeclareNapiFunction(const char *name, napi_callback func) in DeclareNapiFunction()
383 napi_property_descriptor NVal::DeclareNapiStaticFunction(const char *name, napi_callback func) in DeclareNapiStaticFunction()
388 napi_property_descriptor NVal::DeclareNapiGetter(const char *name, napi_callback getter) in DeclareNapiGetter()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_rdb_utils_mock.cpp34 int32_t CloudDiskRdbUtils::GetInt(const string &key, int32_t &val, in GetInt()
40 int32_t CloudDiskRdbUtils::GetLong(const string &key, int64_t &val, in GetLong()
46 int32_t CloudDiskRdbUtils::GetString(const string &key, string &val, in GetString()
87 size_t CloudDiskRdbUtils::FuseDentryAlignSize(const char *name) in FuseDentryAlignSize()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Druntime_blender_builder.cpp32 void RuntimeBlenderBuilder::SetUniform(const std::string& name, float val) in SetUniform()
H A Druntime_shader_builder.cpp39 void RuntimeShaderBuilder::SetChild(const std::string& name, std::shared_ptr<ShaderEffect> shader) in SetChild()
44 void RuntimeShaderBuilder::SetUniform(const std::string& name, float val) in SetUniform()
49 void RuntimeShaderBuilder::SetUniform(const std::string& name, float x, float y) in SetUniform()
54 void RuntimeShaderBuilder::SetUniform(const std::string& name, float x, float y, float z) in SetUniform()
59 void RuntimeShaderBuilder::SetUniform(const std::string& name, float x, float y, float width, float… in SetUniform()
64 void RuntimeShaderBuilder::SetUniform(const std::string& name, const float values[], size_t size) in SetUniform()
69 void RuntimeShaderBuilder::SetUniform(const std::string& name, const Matrix& uniformMatrix33) in SetUniform()
74 void RuntimeShaderBuilder::SetUniform(const std::string& name, const Matrix44& uniformMatrix44) in SetUniform()
79 void RuntimeShaderBuilder::SetUniformVec4(const std::string& name, float x, float y, float z, float… in SetUniformVec4()
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/
H A Dn_val.cpp238 NVal NVal::CreateInt64(napi_env env, int64_t val) in CreateInt64()
252 NVal NVal::CreateBool(napi_env env, bool val) in CreateBool()
277 NVal NVal::CreateDouble(napi_env env, double val) in CreateDouble()
284 napi_property_descriptor NVal::DeclareNapiProperty(const char *name, napi_value val) in DeclareNapiProperty()
289 napi_property_descriptor NVal::DeclareNapiStaticProperty(const char *name, napi_value val) in DeclareNapiStaticProperty()
294 napi_property_descriptor NVal::DeclareNapiFunction(const char *name, napi_callback func) in DeclareNapiFunction()
299 napi_property_descriptor NVal::DeclareNapiStaticFunction(const char *name, napi_callback func) in DeclareNapiStaticFunction()
304 napi_property_descriptor NVal::DeclareNapiGetter(const char *name, napi_callback getter) in DeclareNapiGetter()
309 napi_property_descriptor NVal::DeclareNapiSetter(const char *name, napi_callback setter) in DeclareNapiSetter()
314 napi_property_descriptor NVal::DeclareNapiGetterSetter(const char *name, napi_callback getter, napi… in DeclareNapiGetterSetter()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp59 bool WriteInterfaceToken(MessageParcel &msgParcel, rust::str name) in WriteInterfaceToken()
111 bool ReadString(Parcel &parcel, rust::string &val) in ReadString()
122 bool WriteString(Parcel &parcel, const rust::str val) in WriteString()
128 bool WriteString16(Parcel &parcel, const rust::str val) in WriteString16()
227 bool ReadBoolVector(Parcel &parcel, rust::vec<bool> &val) in ReadBoolVector()
231 bool ReadInt8Vector(Parcel &parcel, rust::vec<int8_t> &val) in ReadInt8Vector()
235 bool ReadInt16Vector(Parcel &parcel, rust::vec<int16_t> &val) in ReadInt16Vector()
239 bool ReadInt32Vector(Parcel &parcel, rust::vec<int32_t> &val) in ReadInt32Vector()
243 bool ReadInt64Vector(Parcel &parcel, rust::vec<int64_t> &val) in ReadInt64Vector()
247 bool ReadUInt8Vector(Parcel &parcel, rust::vec<uint8_t> &val) in ReadUInt8Vector()
[all …]
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_argument_test.cpp52 const char *val = "4000"; variable
83 const char *name = "xxx"; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_runtime_blender_builder.cpp43 void SkiaRuntimeBlenderBuilder::SetUniform(const std::string& name, float val) in SetUniform()
/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_parameter_util.h58 napi_status NapiValueConverted(napi_env env, napi_value arg, T *val) in NapiValueConverted()
91 napi_value GetNapiValue(napi_env env, T val) in GetNapiValue()
99 napi_value GetNapiValue(napi_env env, T val) in GetNapiValue()
107 napi_value GetNapiValue(napi_env env, T val) in GetNapiValue()
115 napi_value GetNapiValue(napi_env env, const T &val) in GetNapiValue()
123 napi_value GetNapiValue(napi_env env, const T *val) in GetNapiValue()
131 napi_value GetNapiValue(napi_env env, T val) in GetNapiValue()
137 void SetPropertyToNapiObject(napi_env env, napi_value object, std::string_view name, T value) in SetPropertyToNapiObject()
144 napi_status NapiValueToCppValue(napi_env env, napi_value arg, napi_valuetype argType, T *val) in NapiValueToCppValue()
/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_util.h95 for (auto val: list) { in ParseListToString() local
122 inline std::string PrintUtil::ToUpper(const std::string& val) in ToUpper()
143 std::string name = std::regex_replace(printerName, pattern, "_"); in StandardizePrinterName() local
153 std::string name = std::regex_replace(printerName, pattern, " "); in RemoveUnderlineFromPrinterName() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_val.cpp366 NVal NVal::CreateInt64(napi_env env, int64_t val) in CreateInt64()
380 NVal NVal::CreateBool(napi_env env, bool val) in CreateBool()
405 NVal NVal::CreateDouble(napi_env env, double val) in CreateDouble()
412 napi_property_descriptor NVal::DeclareNapiProperty(const char *name, napi_value val) in DeclareNapiProperty()
417 napi_property_descriptor NVal::DeclareNapiStaticProperty(const char *name, napi_value val) in DeclareNapiStaticProperty()
422 napi_property_descriptor NVal::DeclareNapiFunction(const char *name, napi_callback func) in DeclareNapiFunction()
427 napi_property_descriptor NVal::DeclareNapiStaticFunction(const char *name, napi_callback func) in DeclareNapiStaticFunction()
432 napi_property_descriptor NVal::DeclareNapiGetter(const char *name, napi_callback getter) in DeclareNapiGetter()
437 napi_property_descriptor NVal::DeclareNapiSetter(const char *name, napi_callback setter) in DeclareNapiSetter()
442 napi_property_descriptor NVal::DeclareNapiGetterSetter(const char *name, napi_callback getter, napi… in DeclareNapiGetterSetter()
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdb_utils.cpp36 int32_t CloudDiskRdbUtils::GetInt(const string &key, int32_t &val, in GetInt()
53 int32_t CloudDiskRdbUtils::GetLong(const string &key, int64_t &val, in GetLong()
70 int32_t CloudDiskRdbUtils::GetString(const string &key, string &val, in GetString()
131 size_t CloudDiskRdbUtils::FuseDentryAlignSize(const char *name) in FuseDentryAlignSize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Ddb_config.cpp51 bool CheckAndGetDBConfig(const JsonObject &config, const std::string &name, const std::function<boo… in CheckAndGetDBConfig()
52 T &val) in CheckAndGetDBConfig()
81 std::function<bool(int32_t)> checkFunction = [](int32_t val) { in CheckPageSizeConfig()
90 std::function<bool(uint32_t)> checkFunction = [](uint32_t val) { in CheckRedoFlushConfig()
98 std::function<bool(uint32_t)> checkFunction = [pageSize](uint32_t val) { in CheckRedoBufSizeConfig()
107 std::function<bool(int32_t)> checkFunction = [](int32_t val) { in CheckMaxConnNumConfig()
115 std::function<bool(uint32_t)> checkFunction = [pageSize](uint32_t val) { in CheckBufferPoolSizeConfig()
124 std::function<bool(uint32_t)> checkFunction = [](uint32_t val) { in CheckCrcCheckEnableConfig()
132 std::function<bool(uint32_t)> checkFunction = [](uint32_t val) { in CheckShareModeConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_gradient.cpp43 void SvgGradient::SetAttr(const std::string& name, const std::string& value) in SetAttr()
93 void SvgGradient::SetGradientTransform(const std::string& val, SvgGradientAttribute& attr) in SetGradientTransform()
98 void SvgGradient::SetSpreadMethod(const std::string& val, SvgGradientAttribute& attr) in SetSpreadMethod()
/ohos5.0/base/startup/init/interfaces/innerkits/socket/
H A Dinit_socket.c31 const char *val = getenv(path); in GetControlFromEnv() local
40 int GetControlSocket(const char *name) in GetControlSocket()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_sendable.cpp84 Local<JSValueRef> val = ObjectRef::CreateSendableAccessorData(vm, localGetter, localSetter); in InitSendablePropertiesInfo() local
101 Local<JSValueRef> val = LocalValueFromJsValue(propertyDescriptor.value); in InitSendablePropertiesInfo() local
108 const char* name, in NapiNativeCreateSendableFunction()
175 Local<JSValueRef> val = LocalValueFromJsValue(propertyDescriptor.value); in NapiDefineSendabledProperty() local
/ohos5.0/foundation/resourceschedule/ffrt/src/internal_inc/
H A Dosal.h36 static inline std::string GetEnv(const char* name) in GetEnv()
38 char* val = std::getenv(name); in GetEnv() local

1234567