Home
last modified time | relevance | path

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

1234567

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Doperation_queue.cpp33 std::function<void()> op = Pop(); in Run() local
59 bool OperationQueue::Push(std::function<void()> op) in Push()
83 std::function<void()> op = opList.back(); in Pop() local
H A Dvendor_ipp_everywhere.cpp63 auto op = std::bind(&VendorIppEveryWhere::QueryCapabilityByUri, this, printerId); in OnQueryCapability() local
75 auto op = std::bind(&VendorIppEveryWhere::ConnectPrinterByUri, this, uri); in OnQueryCapabilityByIp() local
84 auto op = std::bind(&VendorIppEveryWhere::QueryPrinterStatusByUri, this, printerId); in OnQueryProperties() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Doffline_pipeline_manager.cpp37 auto op = GetOfflinePipeline(streamId, pipeline); in SwitchToOfflinePipeline() local
56 auto op = FindOfflinePipeline(streamId); in CancelCapture() local
66 std::shared_ptr<OfflinePipeline> op = FindOfflinePipeline(id); in DestoryOfflinePipeline() local
115 std::shared_ptr<OfflinePipeline> op = nullptr; in FindOfflinePipeline() local
131 auto op = FindOfflinePipeline(id); in CheckCaptureIdExist() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_independent_display_strategy.cpp32 std::shared_ptr<BootAnimationOperation> op = std::make_shared<BootAnimationOperation>(); in Display() local
43 for (const auto& op : operators_) { in Display() local
/ohos5.0/base/startup/init/services/loopevent/loop/
H A Dle_epoll.c27 static void GetEpollEvent_(int fd, int op, struct epoll_event *event) in GetEpollEvent_()
48 static LE_STATUS AddEvent_(const EventLoop *loop, const BaseTask *task, int op) in AddEvent_()
64 static LE_STATUS ModEvent_(const EventLoop *loop, const BaseTask *task, int op) in ModEvent_()
80 static LE_STATUS DelEvent_(const EventLoop *loop, int fd, int op) in DelEvent_()
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.cpp170 #define INTEGER_INTEGER_COMPUTER(op, rightValue) do { \ argument
179 #define INTEGER_FLOAT_MATH_COMPUTER(op, rightValue) do { \ argument
188 #define INTEGER_MATH_COMPUTER(op, rightValue) do { \ argument
196 #define INTEGER_FLOAT_LOGIC_COMPUTER(op, rightValue) do { \ argument
205 #define INTEGER_LOGIC_COMPUTER(op, rightValue) do { \ argument
290 #define FLOAT_INTEGER_COMPUTER(op, rightValue) do { \ argument
299 #define FLOAT_FLOAT_MATH_COMPUTER(op, rightValue) do { \ argument
308 #define FLOAT_MATH_COMPUTER(op, rightValue) do { \ argument
316 #define FLOAT_FLOAT_LOGIC_COMPUTER(op, rightValue) do { \ argument
325 #define FLOAT_LOGIC_COMPUTER(op, rightValue) do { \ argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvstore_sync_manager.cpp71 auto pred = [syncId](const KvSyncOperation &op) -> bool { return syncId == op.syncId; }; in RemoveSyncOperation()
105 auto pred = [opSeq](const KvSyncOperation &op) -> bool { return opSeq == op.opSeq; }; in RemoveSyncingOp()
136 const auto &op = it->second; in GetTimeoutSyncOps() local
153 auto syncingTimeoutPred = [](const KvSyncOperation &op) -> bool { in DoCheckSyncingTimeout()
169 for (const auto &op : syncOps) { in Schedule() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.cpp56 static tuple<bool, void *, int64_t> GetActualBuf(napi_env env, void *rawBuf, size_t bufLen, NVal op) in GetActualBuf()
79 static tuple<bool, size_t> GetActualLen(napi_env env, size_t bufLen, size_t bufOff, NVal op) in GetActualLen()
96 static tuple<bool, size_t> GetActualLenV9(napi_env env, int64_t bufLen, int64_t bufOff, NVal op) in GetActualLenV9()
192 NVal op(env, option); in GetReadArg() local
249 NVal op(env, argOption); in GetWriteArg() local
301 NVal op = NVal(env, option); in GetReadArgV9() local
331 NVal op(env, argOption); in GetWriteArgV9() local
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_check_sa_test.cpp53 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anone1c4afbc0102()
94 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anone1c4afbc0202()
H A Dtools_op_test.cpp59 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon52eb102c0102()
142 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon52eb102c0202()
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Devloop.c118 int op = (loop->fdMasks[fd].mask == NONE_EVENT) ? EPOLL_CTL_ADD : EPOLL_CTL_MOD; in AddFdEvent() local
164 int op = (mask == NONE_EVENT) ? EPOLL_CTL_DEL : EPOLL_CTL_MOD; in DelFdEvent() local
/ohos5.0/foundation/multimodalinput/input/util/socket/test/
H A Duds_socket_test.cpp66 int32_t op = 0; variable
77 int32_t op = 1001; variable
88 int32_t op = -2002; variable
/ohos5.0/drivers/interface/camera/sequenceable/include/
H A Dhdi_log.h31 #define DECORATOR_HDFLOG(op, fmt, args...) \ argument
36 #define DECORATOR_HDFLOG(op, fmt, args...) \ argument
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dio_event_epoll.cpp57 bool IOEventEpoll::OperateEpoll(int op, int fd, EPEventId epollEvents) in OperateEpoll()
90 int op = EPOLL_CTL_ADD; in ModifyEvents() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp181 for (auto& op : drawOpItems_) { in MarshallingDrawOps() local
271 auto op = player.Unmarshalling(type, itemPtr, opAllocator_.GetSize() - offset); in UnmarshallingDrawOps() local
443 std::shared_ptr<DrawOpItem> op = drawOpItems_[index]; in GenerateCacheByVector() local
548 for (auto op : drawOpItems_) { in PlaybackByVector() local
574 if (auto op = player.Unmarshalling(type, itemPtr, opAllocator_.GetSize() - offset)) { in PlaybackByBuffer() local
584 for (auto op : drawOpItems_) { in PlaybackByBuffer() local
622 for (auto op : drawOpItems_) { in Purge() local
/ohos5.0/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Dmedia_log.h30 #define DECORATOR_HILOG(op, fmt, args...) \ argument
35 #define DECORATOR_HILOG(op, fmt, args...) \ argument
/ohos5.0/drivers/interface/camera/metadata/include/
H A Dmetadata_log.h31 #define DECORATOR_HILOG(op, fmt, args...) \ argument
36 #define DECORATOR_HILOG(op, fmt, args...) \ argument
/ohos5.0/foundation/communication/netmanager_base/utils/log/include/
H A Dnet_mgr_log_wrapper.h62 #define PRINT_LOG(op, fmt, ...) … argument
66 #define PRINT_LOG(op, fmt, ...) argument
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_log.h29 #define DECORATOR_HILOG(op, fmt, args...) \ argument
34 #define DECORATOR_HILOG(op, fmt, args...) \ argument
92 #define DECORATOR_PRERELEASE_HILOG(op, fmt, args...) \ argument
97 #define DECORATOR_PRERELEASE_HILOG(op, fmt, args...) … argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp149 void Region::getRange(std::vector<Range>& ranges, Node& node, Region::OP op) in getRange()
211 void Region::RegionOp(Region& r1, Region& r2, Region& res, Region::OP op) in RegionOp()
232 void Region::RegionOpLocal(Region& r1, Region& r2, Region& res, Region::OP op) in RegionOpLocal()
282 void Region::RegionOpAccelate(Region& r1, Region& r2, Region& res, Region::OP op) in RegionOpAccelate()
310 Region& Region::OperationSelf(Region& r, Region::OP op) in OperationSelf()
/ohos5.0/foundation/communication/netmanager_ext/utils/log/include/
H A Dnetmgr_ext_log_wrapper.h70 #define PRINT_LOG(op, fmt, ...) … argument
74 #define PRINT_LOG(op, fmt, ...) argument
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
H A Dadaptor_log.h28 #define DECORATOR_HDFLOG(op, fmt, args...) \ argument
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dadaptor_log.h28 #define DECORATOR_HDFLOG(op, fmt, args...) \ argument
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Doption.cpp59 int32_t op = 0; in ParseOptions() local
71 void Option::SetOptionData(char op) in SetOptionData()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_occlusion_region.cpp139 void Region::getRange(std::vector<Range>& ranges, Node& node, Region::OP op) in getRange()
214 void Region::RegionOpLocal(Region& r1, Region& r2, Region& res, Region::OP op) in RegionOpLocal()
264 void Region::RegionOp(Region& r1, Region& r2, Region& res, Region::OP op) in RegionOp()
269 Region& Region::OperationSelf(Region& r, Region::OP op) in OperationSelf()

1234567