Home
last modified time | relevance | path

Searched defs:op (Results 1 - 25 of 86) sorted by relevance

1234

/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dmock_canvas.h41 virtual void ClipRoundRect(const TestingRoundRect& roundRect, ClipOp op, bool antiAlias = false) in ClipRoundRect() argument
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_op.cpp388 auto op = (const Op*)ptr; in Map() local
/foundation/multimodalinput/input/util/socket/test/
H A Duds_socket_test.cpp66 int32_t op = 0; in HWTEST_F() local
77 int32_t op = 1001; in HWTEST_F() local
88 int32_t op = -2002; in HWTEST_F() local
/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_state.cpp24 int TaskState::OnTransition(State state, CPUEUTask* task, Op&& op) in OnTransition() argument
H A Dtask_state.h96 static void RegisterOps(State state, Op&& op) in RegisterOps() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_runtime_effect_test.cpp49 RuntimeEffectOptions op; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkregion_fuzzer/
H A Dndkregion_fuzzer.cpp55 uint32_t op = GetObject<uint32_t>(); in NativeDrawingRegionTest001() local
/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller_api.cpp35 int ffrt_epoll_ctl(ffrt_qos_t qos, int op, int fd, uint32_t events, void* data, ffrt_poller_cb cb) in ffrt_epoll_ctl() argument
/foundation/resourceschedule/ffrt/src/eu/
H A Dloop.cpp69 int Loop::EpollCtl(int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb) in EpollCtl() argument
H A Dloop_api.cpp69 int ffrt_loop_epoll_ctl(ffrt_loop_t loop, int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb) in ffrt_loop_epoll_ctl() argument
/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
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op.cpp40 bool ToolsOp::Register(ToolsOp &&op) in Register() argument
/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_cmd.h55 void UpdateOption(CmdOptions op) in UpdateOption() argument
H A Ddfsu_actor.h118 const CmdOptions &op = currentCmd->option_; in ExceptionHandler() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/region_fuzzer/
H A Dregion_fuzzer.cpp71 uint32_t op = GetObject<uint32_t>(); in RegionFuzzTest001() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dregion.cpp76 bool Region::Op(const Region& region, RegionOp op) in Op() argument
/foundation/multimodalinput/input/util/socket/src/
H A Duds_socket.cpp47 int32_t UDSSocket::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event, int32_t epollFd) in EpollCtl() argument
/foundation/window/window_manager/utils/test/unittest/
H A Dwm_occlusion_region_test.cpp410 Region::OP op = Region::OP::SUB; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Droute_utils_test.cpp270 routeOperateType op = static_cast<routeOperateType>(INVALID_VALUE); in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.h27 uint32_t op; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_region.cpp56 bool OH_Drawing_RegionOp(OH_Drawing_Region* cRegion, const OH_Drawing_Region* cDst, OH_Drawing_RegionOpMode op) in OH_Drawing_RegionOp() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h80 T* op = opAllocator_.Allocate<T>(std::forward<Args>(args)...); in AddDrawOp() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_occlusion_region_test.cpp225 Region::OP op = Region::OP::SUB; in HWTEST_F() local
244 Region::OP op = Region::OP::AND; in HWTEST_F() local
264 Region::OP op = static_cast<Region::OP>(0); in HWTEST_F() local
/foundation/resourceschedule/ffrt/src/tm/
H A Dcpu_task.h92 int UpdateState(TaskState::State taskState, TaskState::Op&& op) in UpdateState() argument

Completed in 9 milliseconds

1234