/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | mock_canvas.h | 41 virtual void ClipRoundRect(const TestingRoundRect& roundRect, ClipOp op, bool antiAlias = false) in ClipRoundRect() argument
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_independent_display_strategy.cpp | 32 std::shared_ptr<BootAnimationOperation> op = std::make_shared<BootAnimationOperation>();
in Display() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_paint_op.cpp | 388 auto op = (const Op*)ptr; in Map() local
|
/foundation/multimodalinput/input/util/socket/test/ |
H A D | uds_socket_test.cpp | 66 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 D | task_state.cpp | 24 int TaskState::OnTransition(State state, CPUEUTask* task, Op&& op) in OnTransition() argument
|
H A D | task_state.h | 96 static void RegisterOps(State state, Op&& op) in RegisterOps() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_runtime_effect_test.cpp | 49 RuntimeEffectOptions op; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkregion_fuzzer/ |
H A D | ndkregion_fuzzer.cpp | 55 uint32_t op = GetObject<uint32_t>(); in NativeDrawingRegionTest001() local
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | poller_api.cpp | 35 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 D | loop.cpp | 69 int Loop::EpollCtl(int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb) in EpollCtl() argument
|
H A D | loop_api.cpp | 69 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 D | evloop.c | 118 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 D | tools_op.cpp | 40 bool ToolsOp::Register(ToolsOp &&op) in Register() argument
|
/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | dfsu_cmd.h | 55 void UpdateOption(CmdOptions op) in UpdateOption() argument
|
H A D | dfsu_actor.h | 118 const CmdOptions &op = currentCmd->option_; in ExceptionHandler() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/region_fuzzer/ |
H A D | region_fuzzer.cpp | 71 uint32_t op = GetObject<uint32_t>(); in RegionFuzzTest001() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | region.cpp | 76 bool Region::Op(const Region& region, RegionOp op) in Op() argument
|
/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_socket.cpp | 47 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 D | wm_occlusion_region_test.cpp | 410 Region::OP op = Region::OP::SUB; in HWTEST_F() local
|
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/ |
H A D | route_utils_test.cpp | 270 routeOperateType op = static_cast<routeOperateType>(INVALID_VALUE); in HWTEST_F() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_epoll.h | 27 uint32_t op; member
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_region.cpp | 56 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 D | draw_cmd_list.h | 80 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 D | rs_occlusion_region_test.cpp | 225 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 D | cpu_task.h | 92 int UpdateState(TaskState::State taskState, TaskState::Op&& op) in UpdateState() argument
|