/base/telephony/core_service/utils/log/include/ |
D | telephony_log_c.h | 36 #define DECORATOR_HILOG(op, fmt, args...) \ argument 38 op(LOG_CORE, fmt, ##args); \ 49 #define DECORATOR_HILOG(op, fmt, args...) … 51 …op(LOG_CORE, "[%{public}s-(%{public}s:%{public}d)] " fmt, __FUNCTION__, GetRawFileName(__FILE__), …
|
D | telephony_log_wrapper.h | 40 #define PRINT_TELEPHONY_LOG(op, fmt, ...) (void)OHOS::HiviewDFX::HiLog::op(TELEPHONY_LABEL, fmt, ##… argument 62 #define PRINT_TELEPHONY_LOG(op, fmt, ...) … argument 63 …(void)OHOS::HiviewDFX::HiLog::op(TELEPHONY_LABEL, "[%{public}s-(%{public}s:%{public}d)] " fmt, __F…
|
/base/telephony/ril_adapter/utils/native/include/ |
D | telephony_log_c.h | 36 #define DECORATOR_HILOG(op, fmt, args...) \ argument 38 op(LOG_CORE, fmt, ##args); \ 49 #define DECORATOR_HILOG(op, fmt, args...) … 51 …op(LOG_CORE, "[%{public}s-(%{public}s:%{public}d)] " fmt, __FUNCTION__, GetRawFileName(__FILE__), …
|
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 59 …(void)OHOS::HiviewDFX::HiLog::op(TELEPHONY_LABEL, "[%{public}s-(%{public}s:%{public}d)] " fmt, __F…
|
/base/startup/init/services/loopevent/loop/ |
D | le_epoll.c | 25 static void GetEpollEvent_(int fd, int op, struct epoll_event *event) in GetEpollEvent_() argument 28 if (LE_TEST_FLAGS(op, Event_Read)) { in GetEpollEvent_() 31 if (LE_TEST_FLAGS(op, Event_Write)) { in GetEpollEvent_() 46 static LE_STATUS AddEvent_(const EventLoop *loop, const BaseTask *task, int op) in AddEvent_() argument 54 GetEpollEvent_(fd, op, &event); in AddEvent_() 62 static LE_STATUS ModEvent_(const EventLoop *loop, const BaseTask *task, int op) in ModEvent_() argument 70 GetEpollEvent_(fd, op, &event); in ModEvent_() 78 static LE_STATUS DelEvent_(const EventLoop *loop, int fd, int op) in DelEvent_() argument 84 GetEpollEvent_(fd, op, &event); in DelEvent_()
|
D | le_loop.h | 33 LE_STATUS (*addEvent)(const struct EventLoop_ *loop, const BaseTask *task, int op); 34 LE_STATUS (*modEvent)(const struct EventLoop_ *loop, const BaseTask *task, int op); 35 LE_STATUS (*delEvent)(const struct EventLoop_ *loop, int fd, int op);
|
/base/update/updater/services/script/script_interpreter/ |
D | script_context.cpp | 170 #define INTEGER_INTEGER_COMPUTER(op, rightValue) do { \ argument 175 retValue = make_shared<IntegerValue>(this->GetValue() op value->GetValue()); \ 179 #define INTEGER_FLOAT_MATH_COMPUTER(op, rightValue) do { \ argument 184 retValue = make_shared<FloatValue>(this->GetValue() op value->GetValue()); \ 188 #define INTEGER_MATH_COMPUTER(op, rightValue) do { \ argument 190 INTEGER_INTEGER_COMPUTER(op, (rightValue)); \ 192 INTEGER_FLOAT_MATH_COMPUTER(op, (rightValue)); \ 196 #define INTEGER_FLOAT_LOGIC_COMPUTER(op, rightValue) do { \ argument 201 retValue = make_shared<IntegerValue>(this->GetValue() op value->GetValue()); \ 205 #define INTEGER_LOGIC_COMPUTER(op, rightValue) do { \ argument [all …]
|
/base/telephony/telephony_data/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 74 …(void)OHOS::HiviewDFX::HiLog::op(DATA_STORAGE_LABEL, "[%{public}s-(%{public}s:%{public}d)] " fmt, …
|
/base/msdp/device_status/utils/ipc/src/ |
D | stream_socket.cpp | 46 int32_t StreamSocket::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event, int32_t epollFd) in EpollCtl() argument 59 …int32_t ret = (op == EPOLL_CTL_DEL ? epoll_ctl(epollFd, op, fd, NULL) : epoll_ctl(epollFd, op, fd,… in EpollCtl() 62 ret, epollFd, op, fd, errno); in EpollCtl()
|
/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 41 if (op == -1) { in parse_pake_request() 45 pake_request->operation_code = op; in parse_pake_request()
|
D | auth_start_request.c | 41 int32_t op = get_json_int(obj, FIELD_OPERATION_CODE); in parse_auth_start_request() local 42 if (op == -1) { in parse_auth_start_request() 46 auth_start_request->operation_code = op; in parse_auth_start_request()
|
/base/update/updater/services/flashd/daemon/ |
D | daemon.cpp | 262 bool HdcDaemon::RemoveInstanceTask(const uint8_t op, HTaskInfo hTask) in RemoveInstanceTask() argument 267 ret = DoTaskRemove<HdcDaemonUnity>(hTask, op); in RemoveInstanceTask() 270 ret = DoTaskRemove<HdcShell>(hTask, op); in RemoveInstanceTask() 273 ret = DoTaskRemove<HdcTransferBase>(hTask, op); in RemoveInstanceTask() 276 ret = DoTaskRemove<HdcDaemonForward>(hTask, op); in RemoveInstanceTask() 279 ret = DoTaskRemove<HdcDaemonApp>(hTask, op); in RemoveInstanceTask() 282 ret = DoTaskRemove<DaemonUpdater>(hTask, op); in RemoveInstanceTask()
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/ |
D | sanitizerd_log.h | 33 #define SANITIZERD_DECORATOR_HILOG(op, fmt, args...) … argument 35 …op(SANITIZERD_LABEL, "[%{public}s:%{public}d] " fmt, FILE_NAME(__FILE__), __LINE__, ##args); …
|
/base/hiviewdfx/hiview/base/event_store/include/ |
D | sys_event_query.h | 171 Cond(const std::string &col, Op op, const T &value): col_(col), op_(op), fieldValue_(value) {} in Cond() argument 174 Cond &And(const std::string &col, Op op, const T &value) in And() argument 176 andConds_.emplace_back(Cond(col, op, value)); in And() 246 SysEventQuery &Where(const std::string &col, Op op, const T &value) in Where() argument 248 cond_.And(col, op, value); in Where() 254 SysEventQuery &And(const std::string &col, Op op, const T &value) in And() argument 256 cond_.And(col, op, value); in And()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
D | sys_event_service_ohos_test.cpp | 819 std::string condStr = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", 823 std::string condStr2 = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", 824 "value":"SysEventService"},{"param":"uid_","op":"=","value":1201}]}})~"; 828 …std::string condStr3 = R"~({"version":"V1","condition":{"and":[{"param":"type_","op":">","value":0… 829 {"param":"uid_","op":"=","value":1201}]}})~"; 833 …std::string condStr4 = R"~({"version":"V1","condition":{"and":[{"param1":"type_","op":">","value":… 834 {"param2":"uid_","op":"=","value":1201}]}})~"; 838 std::string condSt5 = R"~({"version":"V1","condition":{"and":[{"param":"","op":">","value":0}, 839 {"param":"","op":"=","value":1201}]}})~"; 859 …std::string condSt7 = R"~({"version":"V1","condition":{"and":[{"param":"type_","op":">","value11":… [all …]
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
D | print_callback_stub_test.cpp | 103 const PrinterInfo& op = (const PrinterInfo&)arg; variable 104 return op.GetPrinterId() == oParam.GetPrinterId(); 109 const PrintJob& op = (const PrintJob&)arg; variable 110 return op.GetJobId() == oParam.GetJobId();
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
D | hisysevent_manager_c_test.cpp | 395 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", 416 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"uid_","op":"=","value":1201}]… 436 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":">=","value":0}]}}… 456 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"type_","op":"<=","value":4}]}… 476 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":">","value":0}]}})… 496 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":"<","value":0}]}})… 555 std::string cond1 = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", 556 "value":"SysEventStore"},{"param":"uid_","op":"=","value":1201}]}})~"; 559 … std::string cond2 = R"~({"version":"V1","condition":{"and":[{"param":"type_","op":">","value":0}, 560 {"param":"uid_","op":"=","value":1201}]}})~"; [all …]
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/ |
D | fuse_mock.cpp | 38 const struct fuse_lowlevel_ops *op, size_t op_size, void *userdata); 99 struct fuse_session *fuse_session_new(struct fuse_args *args, const struct fuse_lowlevel_ops *op, in fuse_session_new() argument 105 return (*reinterpret_cast<NewSessionT>(rawFunc))(args, op, op_size, userdata); in fuse_session_new() 113 return (*func)(args, op, op_size, userdata); in fuse_session_new()
|
/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() argument 85 return opMap.find(op) == opMap.end() ? EventStore::Op::NONE : opMap.at(op); in GetOpEnum() 111 std::string op; in ParseLogicCondition() local 112 if (!ParseJsonString(cond, "op", op) || GetOpEnum(op) == EventStore::Op::NONE) { in ParseLogicCondition() 121 … SpliceConditionByLogic(subCondition, EventStore::Cond(param, GetOpEnum(op), value), logic); in ParseLogicCondition() 124 … SpliceConditionByLogic(subCondition, EventStore::Cond(param, GetOpEnum(op), value), logic); in ParseLogicCondition()
|
/base/startup/init/services/param/watcher/agent/ |
D | watcher_manager_proxy.cpp | 51 int32_t WatcherManagerProxy::SendMsg(int op, const std::string &keyPrefix, uint32_t remoteWatcherId) in SendMsg() argument 59 int32_t res = SendWatcherMsg(op, data, reply, option); in SendMsg()
|
D | watcher_manager_proxy.h | 35 int32_t SendMsg(int op, const std::string &keyPrefix, uint32_t remoteWatcherId);
|
/base/msdp/device_status/utils/ipc/include/ |
D | stream_socket.h | 45 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event, int32_t epollFd = -1);
|
/base/update/updater/services/fs_manager/ |
D | do_partition.cpp | 39 static int BlkpgPartCommand(const Partition &part, struct blkpg_partition &pg, int op) in BlkpgPartCommand() argument 42 args.op = op; in BlkpgPartCommand() 52 … LOG(ERROR) << "ioctl of partition " << part.partName << " with operation " << op << " failed"; in BlkpgPartCommand()
|
/base/startup/init/services/param/include/ |
D | param_atomic.h | 64 #define PARAM_FUTEX(ftx, op, value, timeout, bitset) \ 67 syscall(PARAM_NR_FUTEX, ftx, op, value, &d_timeout, NULL, bitset); \
|
/base/print/print_fwk/test/unittest/service_test/ |
D | print_callback_proxy_test.cpp | 97 const PrinterInfo& op = (const PrinterInfo&)arg; variable 98 return op.GetPrinterId() == oParam.GetPrinterId(); 103 const PrintJob& op = (const PrintJob&)arg; variable 104 return op.GetJobId() == oParam.GetJobId();
|