/base/hiviewdfx/hiview/base/event_store/ |
D | sys_event_query.cpp | 84 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/ |
D | le_epoll.c | 24 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/ |
D | script_context.cpp | 153 #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/ |
D | telephony_log_wrapper.h | 36 #define PRINT_TELEPHONY_LOG(op, fmt, ...) (void)OHOS::HiviewDFX::HiLog::op(TELEPHONY_LABEL, fmt, ##… argument 58 #define PRINT_TELEPHONY_LOG(op, fmt, ...) … argument
|
D | telephony_log_c.h | 36 #define DECORATOR_HILOG(op, fmt, args...) \ argument
|
/base/telephony/data_storage/common/include/ |
D | data_storage_log_wrapper.h | 71 #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/ |
D | telephony_log_wrapper.h | 68 #define PRINT_TELEPHONY_LOG(op, fmt, ...) (void)OHOS::HiviewDFX::HiLog::op(TELEPHONY_LABEL, fmt, ##… argument 90 #define PRINT_TELEPHONY_LOG(op, fmt, ...) … argument
|
D | telephony_log_c.h | 36 #define DECORATOR_HILOG(op, fmt, args...) \ argument
|
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/ |
D | pake_request.c | 40 int32_t op = get_json_int(obj, FIELD_OPERATION_CODE); in parse_pake_request() local
|
D | auth_start_request.c | 41 int32_t op = get_json_int(obj, FIELD_OPERATION_CODE); in parse_auth_start_request() local
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/ |
D | sanitizerd_log.h | 33 #define SANITIZERD_DECORATOR_HILOG(op, fmt, args...) … argument
|
/base/startup/init/services/param/watcher/agent/ |
D | watcher_manager_proxy.cpp | 54 int32_t WatcherManagerProxy::SendMsg(int op, const std::string &keyPrefix, uint32_t remoteWatcherId) in SendMsg()
|
/base/startup/init/services/param/base/ |
D | param_base.c | 58 RegisterSecurityOpsPtr registerOps, ParamSecurityType type, int isInit, int op) in InitParamSecurity() 87 int op = DAC_READ; in RegisterSecurityOps() local
|
D | param_comm.c | 131 INIT_LOCAL_API int ReadParamWithCheck(const char *name, uint32_t op, ParamHandle *handle) in ReadParamWithCheck()
|
/base/update/updater/services/flashd/daemon/ |
D | daemon.cpp | 264 bool HdcDaemon::RemoveInstanceTask(const uint8_t op, HTaskInfo hTask) in RemoveInstanceTask()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
D | event_query_wrapper_builder.cpp | 76 EventStore::Op ConditionParser::GetOpEnum(const std::string& op) in GetOpEnum() 113 std::string op; in ParseLogicCondition() local
|
/base/update/updater/services/fs_manager/ |
D | do_partition.cpp | 38 static int BlkpgPartCommand(const Partition &part, struct blkpg_partition &pg, int op) in BlkpgPartCommand()
|
/base/startup/init/services/param/trigger/ |
D | trigger_checker.c | 120 static int PrefixAdd(char *prefix, uint32_t *prefixIndex, uint32_t prefixLen, char op) in PrefixAdd()
|
/base/startup/init/services/param/include/ |
D | param_osadp.h | 96 #define PARAM_FUTEX(ftx, op, value, timeout, bitset) \ argument
|