Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/intention_event/utils/include/
H A Dutil.h29 bool AddInt(T op1, T op2, T minVal, T maxVal, T& res) in AddInt()
44 inline bool AddInt32(int32_t op1, int32_t op2, int32_t& res) in AddInt32()
49 inline bool AddInt64(int64_t op1, int64_t op2, int64_t& res) in AddInt64()
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dutil.h87 bool AddInt(T op1, T op2, T minValue, T maxValue, T &res) in AddInt()
102 inline bool AddInt32(int32_t op1, int32_t op2, int32_t &res) in AddInt32()
107 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64()
113 bool MultiplyInt(T op1, T op2, T minVal, T maxVal, T &res) in MultiplyInt()
140 inline bool MultiplyInt32(int32_t op1, int32_t op2, int32_t& res) in MultiplyInt32()
145 inline bool MultiplyInt64(int64_t op1, int64_t op2, int64_t& res) in MultiplyInt64()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dutil.h82 bool AddInt(T op1, T op2, T minVal, T maxVal, T &res) in AddInt()
97 inline bool AddInt32(int32_t op1, int32_t op2, int32_t &res) in AddInt32()
102 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64()
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_dump_service.cpp67 const char *op2 = HdfSbufReadString(data); in GetDumpEvent() local
H A Ddisplay_dump_vdi.cpp119 const char *op2 = HdfSbufReadString(data); in GetDumpVdiEvent() local
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dlog.h110 #define HST_HILOG_WITH_LEVEL_JUDGE(op1, op2, con, fmt, args...) … argument
137 #define HST_HILOG_T_WITH_LEVEL_JUDGE(op1, op2, con, fmt, args...) \ argument