Home
last modified time | relevance | path

Searched +defs:val +defs:e (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dutil_ex.h69 Enum EnumAdd(Enum const e, T val) in EnumAdd()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DShaderJS.cpp50 type val = ctx.template Arg<0>(); in Set() local
58 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
63 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
123 NapiApi::Object val = ctx.Arg<0>(); in Set() local
134 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
139 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
174 NapiApi::Object val = ctx.Arg<0>(); in Set() local
182 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
187 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
212 ShaderJS::ShaderJS(napi_env e, napi_callback_info i) in ShaderJS()
[all …]
H A DMeshJS.cpp58 MeshJS::MeshJS(napi_env e, napi_callback_info i) : BaseObject<MeshJS>(e, i), SceneResourceImpl(Scen… in MeshJS()
99 napi_value val = CreateFromNativeInstance( in GetSubmesh() local
H A DSceneJS.cpp55 { in Init()
186 BASE_NS::string FetchResourceOrUri(napi_env e, napi_value arg) in FetchResourceOrUri()
432 auto e = r->Environment()->GetValue(); in DisposeNative() local
453 SceneJS::SceneJS(napi_env e, napi_callback_info i) : BaseObject<SceneJS>(e, i) in SceneJS()
1047 napi_value val; in GetAnimations() local
/ohos5.0/base/useriam/face_auth/services_ex/src/
H A Dscreen_brightness_task.cpp87 } catch (const std::exception &e) { in GetUInt32Param() local
97 …uint32_t val = GetUInt32Param(INCREASE_BRIGHTNESS_INTERVAL_KEY, DEFAULT_INCREASE_BRIGHTNESS_INTERV… in GetIncreaseBrightnessInterval() local
108 uint32_t val = GetUInt32Param(INCREASE_BRIGHTNESS_MAX_KEY, DEFAULT_INCREASE_BRIGHTNESS_MAX); in GetIncreaseBrightnessMax() local
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp116 …ic void InitLocalIdCache(struct CloudDiskFuseData *data, const std::string &key, const int64_t val) in InitLocalIdCache()
129 shared_ptr<CloudDiskInode> parentInode, struct fuse_entry_param *e) in LookUpRecycleBin()
174 const std::string bundleName, struct fuse_entry_param *e) in LookupRecycledFile()
202 struct fuse_entry_param *e) in DoCloudLookup()
251 struct fuse_entry_param e; in Lookup() local
462 mode_t mode, struct fuse_entry_param &e) in DoCreatFile()
513 struct fuse_entry_param e; in MkNod() local
532 struct fuse_entry_param e; in Create() local
791 int32_t val = std::stoi(value); in HandleCloudRecycle() local
1023 struct fuse_entry_param e; in MkDir() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_processor.cpp150 } catch (std::exception &e) { in StoiTryCatch() local
265 int val = StoiTryCatch(dataConn, arg); in VgsSetter() local
271 int val = StoiTryCatch(dataConn, arg); in VgmSetter() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp85 inline Vector3f ApplyTransForm(const Vector3f& val, const PixelTransformFunc& func) in ApplyTransForm()
90 inline float SafePow(float x, float e) in SafePow()
119 float e = 0.0f; member
188 const float e = 0.14f; in ACESToneMapping() local
540 float RGBUint8ToFloat(uint8_t val) in RGBUint8ToFloat()
546 float RGBUint10ToFloat(uint16_t val) in RGBUint10ToFloat()
551 uint8_t RGBFloatToUint8(float val) in RGBFloatToUint8()
557 uint16_t RGBFloatToUint10(float val) in RGBFloatToUint10()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/nonlinux/
H A Ddfx_nonlinux_define.h52 #define _ElfW(e, w, t) _ElfW_1 (e, w, _##t) argument
53 #define _ElfW_1(e, w, t) e##w##t argument
82 #define ELF32_ST_TYPE(val) ((val) & 0xf) argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_command_processor.cpp64 } catch (std::exception &e) { in StoiTryCatch() local
585 int val = StoiTryCatch(arg); in ProcessVgm() local
591 int val = StoiTryCatch(arg); in ProcessVgs() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp132 uint32_t val; in DecodeUri() local
1915 const auto parseExtras = [&light](LoadResult& loadResult, const json::value& e) -> bool { in PrimitiveAttributes()
2582 const auto& val = extension.string_; in PrimitiveAttributes() local
2604 const auto& val = extension.string_; in PrimitiveAttributes() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp66 int PermitSelect(void *a, int b, const char *c, const char *d, const char *e, const char *f) in PermitSelect()
1504 std::string val = status ? "true" : "false"; in SetLogTriggerStatus() local