Home
last modified time | relevance | path

Searched defs:node (Results 1876 - 1900 of 8085) sorted by relevance

1...<<71727374757677787980>>...324

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_processor.h52 virtual void CreateLayer(const RSSurfaceRenderNode& node, RSSurfaceRenderParams& params) {} in CreateLayer() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp56 auto node = context.GetNodeMap().GetRenderNode<RSRenderNode>(targetId); in CreateAnimation() local
83 auto node in CreateParticleAnimation() local
104 auto node = context.GetNodeMap().GetRenderNode<RSRenderNode>(targetId); CancelAnimation() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_engine_test.cpp76 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); in HWTEST() local
99 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); in HWTEST() local
131 auto node = std::make_shared<RSDisplayRenderNode>(id, config); in HWTEST() local
169 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); HWTEST() local
197 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); HWTEST() local
242 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); HWTEST() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspointlightmanager_fuzzer/
H A Drspointlightmanager_fuzzer.cpp68 auto node = std::make_shared<RSRenderNode>(id); in DoRegisterLightSource() local
84 auto node = std::make_shared<RSRenderNode>(id); in DoRegisterIlluminated() local
101 auto node = std::make_shared<RSRenderNode>(id); in DoUnRegisterLightSource() local
117 auto node = std::make_shared<RSRenderNode>(id); in DoUnRegisterIlluminated() local
133 auto node = std::make_shared<RSRenderNode>(id); in DoAddDirtyLightSource() local
151 auto node = std::make_shared<RSRenderNode>(id); DoAddDirtyIlluminated() local
174 auto node = std::make_shared<RSRenderNode>(id); DoPrepareLight() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_display_render_node_test.cpp52 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); in HWTEST_F() local
71 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); in HWTEST_F() local
85 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); in HWTEST_F() local
99 auto node in HWTEST_F() local
113 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); HWTEST_F() local
128 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); HWTEST_F() local
144 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); HWTEST_F() local
160 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); HWTEST_F() local
176 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); HWTEST_F() local
192 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); HWTEST_F() local
208 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); HWTEST_F() local
225 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); HWTEST_F() local
244 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); HWTEST_F() local
262 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); HWTEST_F() local
280 std::shared_ptr<RSRenderNode> node = std::make_shared<RSRenderNode>(id, context); HWTEST_F() local
298 auto node = std::make_shared<RSDisplayRenderNode>(id, config, context); HWTEST_F() local
316 std::shared_ptr<RSBaseRenderNode> node = std::make_shared<RSRenderNode>(1, sharedContext); HWTEST_F() local
[all...]
/foundation/resourceschedule/ffrt/src/eu/
H A Dcpuworker_manager.cpp38 ffrt::LinkedList* node = reinterpret_cast<ffrt::LinkedList*>(&executorTask->wq); in InsertTask() local
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_scheduler.cpp193 LinkedList* node = new LinkedList(); in HWTEST_F() local
/foundation/resourceschedule/ffrt/src/sched/
H A Dexecute_ctx.h61 LinkedList node; member
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.c253 ListNode *node = saStore->root; in SASTORA_ClearServiceByHandle() local
273 FreeTreeNode(SAStore *saStore, ListNode *node) FreeTreeNode() argument
[all...]
/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_queue.h94 static inline int32_t QueueSingleProducerEnqueue(LockFreeQueue *queue, const void *node) in QueueSingleProducerEnqueue() argument
143 static inline int32_t QueueMultiProducerEnqueue(LockFreeQueue* queue, const void* node) in QueueMultiProducerEnqueue() argument
207 static inline int32_t QueueSingleConsumerDequeue(LockFreeQueue* queue, void** node) in QueueSingleConsumerDequeue() argument
260 QueueMultiConsumerDequeue(LockFreeQueue *queue, void **node) QueueMultiConsumerDequeue() argument
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/
H A Dclient_trans_udp_manager.h54 ListNode node; member
/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_samgr.c49 SvcInfo* node = (SvcInfo *)calloc(1, sizeof(SvcInfo)); in AddSystemAbility() local
62 SvcInfo* node = NULL; in GetSystemAbility() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_map.c58 static void MapAddNode(Map *map, MapNode *node) in MapAddNode() argument
87 MapNode *node = NULL; in MapResize() local
109 MapNode *node = (MapNode *)SoftBusCalloc(sizeof(*node) + keySize + valueSize); MapCreateNode() local
143 MapNode *node = NULL; LnnMapSet() local
220 MapNode *node = map->nodes[idx]; LnnMapGet() local
252 MapNode *node = map->nodes[idx]; LnnMapErase() local
307 MapNode *node = NULL; LnnMapDelete() local
375 MapNode *node = NULL; LnnMapNext() local
[all...]
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_pending_packet.c28 ListNode node; member
/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_trans.h50 ListNode node; member
/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dtrans_pending_pkt.c29 ListNode node; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c38 static void OnSessionOpenFailProc(const SessionConn *node, int32_t errCode) in OnSessionOpenFailProc() argument
[all...]
/foundation/communication/ipc/ipc/test/unittest/ipc/samgr/
H A DIpcSamgrTest.cpp41 SvcInfo* node = (SvcInfo *)calloc(1, sizeof(SvcInfo)); in AddSystemAbility() local
55 SvcInfo* node = nullptr; in GetSystemAbility() local
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_enhance.cpp299 NodeInfo node; in HWTEST_F() local
333 NodeInfo node; in HWTEST_F() local
/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dsuffix_match_trie.h169 TrieNode *node = new TrieNode; CreateNode() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_decision_center.c38 ListNode node; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_sessionconn.h45 ListNode node; member
59 ListNode node; member
/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/
H A DRpcSamgrTest.cpp48 SvcInfo* node = (SvcInfo *)calloc(1, sizeof(SvcInfo)); in AddSystemAbility() local
61 SvcInfo* node = nullptr; in GetSystemAbility() local
[all...]
/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_connection.h51 ListNode node; member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_network_manager.h46 ListNode node; member

Completed in 13 milliseconds

1...<<71727374757677787980>>...324