Home
last modified time | relevance | path

Searched defs:op (Results 1 – 19 of 19) sorted by relevance

/base/hiviewdfx/hiview/base/event_store/
Dsys_event_query.cpp84 Cond::Cond(const std::string &col, Op op, int8_t value): col_(col), op_(op), fieldValue_(value) in Cond()
88 Cond::Cond(const std::string &col, Op op, int16_t value): col_(col), op_(op), fieldValue_(value) in Cond()
92 Cond::Cond(const std::string &col, Op op, int32_t value): col_(col), op_(op), fieldValue_(value) in Cond()
96 Cond::Cond(const std::string &col, Op op, int64_t value): col_(col), op_(op), fieldValue_(value) in Cond()
100 Cond::Cond(const std::string &col, Op op, float value): col_(col), op_(op), fieldValue_(value) in Cond()
104 Cond::Cond(const std::string &col, Op op, double value): col_(col), op_(op), fieldValue_(value) in Cond()
108 Cond::Cond(const std::string &col, Op op, const std::string &value): col_(col), op_(op), fieldValue… in Cond()
112 Cond::Cond(const std::string &col, Op op, const std::vector<int8_t> &ints): op_(NONE), fieldValue_(… in Cond()
119 Cond::Cond(const std::string &col, Op op, const std::vector<int16_t> &ints): op_(NONE), fieldValue_… in Cond()
126 Cond::Cond(const std::string &col, Op op, const std::vector<int32_t> &ints): op_(NONE), fieldValue_… in Cond()
[all …]
/base/startup/init/services/loopevent/loop/
Dle_epoll.c24 static void GetEpollEvent_(int fd, int op, struct epoll_event *event) in GetEpollEvent_()
44 static LE_STATUS AddEvent_(const EventLoop *loop, const BaseTask *task, int op) in AddEvent_()
60 static LE_STATUS ModEvent_(const EventLoop *loop, const BaseTask *task, int op) in ModEvent_()
76 static LE_STATUS DelEvent_(const EventLoop *loop, int fd, int op) in DelEvent_()
/base/update/updater/services/script/script_interpreter/
Dscript_context.cpp153 #define INTEGER_INTEGER_COMPUTER(op, rightValue) do { \ argument
162 #define INTEGER_FLOAT_MATH_COMPUTER(op, rightValue) do { \ argument
171 #define INTEGER_MATH_COMPUTER(op, rightValue) do { \ argument
179 #define INTEGER_FLOAT_LOGIC_COMPUTER(op, rightValue) do { \ argument
188 #define INTEGER_LOGIC_COMPUTER(op, rightValue) do { \ argument
274 #define FLOAT_INTEGER_COMPUTER(op, rightValue) do { \ argument
283 #define FLOAT_FLOAT_MATH_COMPUTER(op, rightValue) do { \ argument
292 #define FLOAT_MATH_COMPUTER(op, rightValue) do { \ argument
300 #define FLOAT_FLOAT_LOGIC_COMPUTER(op, rightValue) do { \ argument
309 #define FLOAT_LOGIC_COMPUTER(op, rightValue) do { \ argument
/base/telephony/ril_adapter/utils/native/include/
Dtelephony_log_wrapper.h36 #define PRINT_TELEPHONY_LOG(op, fmt, ...) (void)OHOS::HiviewDFX::HiLog::op(TELEPHONY_LABEL, fmt, ##… argument
58 #define PRINT_TELEPHONY_LOG(op, fmt, ...) … argument
Dtelephony_log_c.h36 #define DECORATOR_HILOG(op, fmt, args...) \ argument
/base/telephony/data_storage/common/include/
Ddata_storage_log_wrapper.h71 #define PRINT_DATASTORAGE_LOG(op, fmt, ...) (void)OHOS::HiviewDFX::HiLog::op(DATA_STORAGE_LABEL, fm… argument
73 #define PRINT_DATASTORAGE_LOG(op, fmt, ...) \ argument
/base/telephony/core_service/utils/log/include/
Dtelephony_log_wrapper.h68 #define PRINT_TELEPHONY_LOG(op, fmt, ...) (void)OHOS::HiviewDFX::HiLog::op(TELEPHONY_LABEL, fmt, ##… argument
90 #define PRINT_TELEPHONY_LOG(op, fmt, ...) … argument
Dtelephony_log_c.h36 #define DECORATOR_HILOG(op, fmt, args...) \ argument
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
Dpake_request.c40 int32_t op = get_json_int(obj, FIELD_OPERATION_CODE); in parse_pake_request() local
Dauth_start_request.c41 int32_t op = get_json_int(obj, FIELD_OPERATION_CODE); in parse_auth_start_request() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dsanitizerd_log.h33 #define SANITIZERD_DECORATOR_HILOG(op, fmt, args...) … argument
/base/startup/init/services/param/watcher/agent/
Dwatcher_manager_proxy.cpp54 int32_t WatcherManagerProxy::SendMsg(int op, const std::string &keyPrefix, uint32_t remoteWatcherId) in SendMsg()
/base/startup/init/services/param/base/
Dparam_base.c58 RegisterSecurityOpsPtr registerOps, ParamSecurityType type, int isInit, int op) in InitParamSecurity()
87 int op = DAC_READ; in RegisterSecurityOps() local
Dparam_comm.c131 INIT_LOCAL_API int ReadParamWithCheck(const char *name, uint32_t op, ParamHandle *handle) in ReadParamWithCheck()
/base/update/updater/services/flashd/daemon/
Ddaemon.cpp264 bool HdcDaemon::RemoveInstanceTask(const uint8_t op, HTaskInfo hTask) in RemoveInstanceTask()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Devent_query_wrapper_builder.cpp76 EventStore::Op ConditionParser::GetOpEnum(const std::string& op) in GetOpEnum()
113 std::string op; in ParseLogicCondition() local
/base/update/updater/services/fs_manager/
Ddo_partition.cpp38 static int BlkpgPartCommand(const Partition &part, struct blkpg_partition &pg, int op) in BlkpgPartCommand()
/base/startup/init/services/param/trigger/
Dtrigger_checker.c120 static int PrefixAdd(char *prefix, uint32_t *prefixIndex, uint32_t prefixLen, char op) in PrefixAdd()
/base/startup/init/services/param/include/
Dparam_osadp.h96 #define PARAM_FUTEX(ftx, op, value, timeout, bitset) \ argument