Home
last modified time | relevance | path

Searched defs:node (Results 726 - 750 of 2806) sorted by relevance

1...<<21222324252627282930>>...113

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dmeta_data_manager_test.cpp69 bool Unmarshal(const json &node) in Unmarshal() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud_data_translate.cpp164 Unmarshal(const OHOS::DistributedData::Serializable::json &node) Unmarshal() argument
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_itypes_utils.cpp171 bool Unmarshalling(AshmemNode &node, MessageParcel &parcel) in Unmarshalling() argument
179 bool Marshalling(const AshmemNode &node, MessageParcel &parcel) in Marshalling() argument
185 bool Marshalling(const Uri &node, MessageParcel &parcel) in Marshalling() argument
191 bool Unmarshalling(Uri &node, MessageParcel &parcel) in Unmarshalling() argument
H A Ddatashare_template.cpp55 AshmemNode &node = std::get<AshmemNode>(value_); in MoveOutAshmem() local
94 AshmemNode node = { mem, true }; in Set() local
104 const AshmemNode &node = std::get<AshmemNode>(value_); in GetData() local
121 AshmemNode node = { ashmem, isManaged }; SetAshmem() local
127 AshmemNode *node = std::get_if<AshmemNode>(&value_); Clear() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_profile_config_test.cpp80 Serializable::json node; in HWTEST_F() local
114 Serializable::json node; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H A Dclip_plugin.cpp101 Unmarshal(const Serializable::json &node) Unmarshal() argument
[all...]
/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/src/
H A Dnapi_observer.cpp135 std::shared_ptr<PublishedDataChangeNode> node = std::make_shared<PublishedDataChangeNode>(std::move(changeNode)); in OnChange() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp34 bool CloudInfo::Unmarshal(const Serializable::json &node) in Unmarshal() argument
61 Unmarshal(const Serializable::json &node) Unmarshal() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_graph.cpp35 bool UtdGraph::IsValidType(const std::string &node) in IsValidType() argument
H A Dgraph.cpp111 bool Graph::IsValidType(const std::string &node) in IsValidType() argument
120 GetIndex(const std::string &node) GetIndex() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dqueue.c78 ListNode *node = ListGetFirstNode(queue->list); in QueueDelete() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session.c39 ListNode *node = NULL; in RfcommDestroySessionList() local
266 ListNode *node = NULL; in RfcommGetSessionByLcid() local
296 ListNode *node = NULL; RfcommGetSessionByAddr() local
326 ListNode *node = NULL; RfcommIsSessionValid() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_inq_db.c64 ListNode *node = ListGetFirstNode(g_inquiryDb); in BtmFindInquiryEntiryByAddress() local
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_option_test.cpp108 DhcpOptionNode *node = GetOptionNode(&options, DHCP_MESSAGE_TYPE_OPTION); in HWTEST_F() local
122 DhcpOption *node = GetOption(&options, DHCP_MESSAGE_TYPE_OPTION); in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dpcb.h66 static __inline struct SpungePcb *SpungePcbListNodeEntry(struct HlistNode *node) in SpungePcbListNodeEntry() argument
71 static __inline struct SpungePcb *SpungePcbHashNodeEntry(struct HlistNode *node) in SpungePcbHashNodeEntry() argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Ddympool.h32 static __inline DympMemory *DympMemoryNodeEntry(struct HlistNode *node) in DympMemoryNodeEntry() argument
H A Depoll.h72 static __inline struct EpItem *EpItemEntryRbNode(struct RbNode *node) in EpItemEntryRbNode() argument
77 static __inline struct EpItem *EpItemEntryRdlNode(struct HlistNode *node) in EpItemEntryRdlNode() argument
82 static __inline struct EpItem *EpitemEntrySockWaitNode(struct HlistNode *node) in EpitemEntrySockWaitNode() argument
H A Dhlist.h86 static __inline void HlistAddTail(struct Hlist *list, struct HlistNode *node) in HlistAddTail() argument
92 static __inline void HlistAddHead(struct Hlist *list, struct HlistNode *node) in HlistAddHead() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dskiplist.c190 SkiplistInsertAtMid(struct SkipList *list, void *item, struct SkipListNode *node, FILLP_BOOL errIfConflict, FILLP_INT curMinLevel) SkiplistInsertAtMid() argument
240 SkipListInsertFirstNode(struct SkipList *list, struct SkipListNode *node) SkipListInsertFirstNode() argument
256 SkipListInsertAtTail(struct SkipList *list, struct SkipListNode *node, int curMinLevel) SkipListInsertAtTail() argument
266 SkipListInsertAtHead(struct SkipList *list, struct SkipListNode *node, int curMinLevel) SkipListInsertAtHead() argument
292 SkipListInsert(struct SkipList *list, void *item, struct SkipListNode *node, FILLP_BOOL errIfConflict) SkipListInsert() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_list.h37 static inline void ListInsertHead(List *head, List *node) in ListInsertHead() argument
45 static inline void ListInsertTail(List *head, List *node) in ListInsertTail() argument
53 ListRemoveNode(List *node) ListRemoveNode() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_event.c31 void CloseNodePipe(const EventNode *node) in CloseNodePipe() argument
42 EventNode *node = container_of(task, EventNode, task); in EventProcessHandle() local
62 EventNode *node = NULL; in PostEvent() local
92 EventNode *node = NULL; ClearEvent() local
122 CreateNonBlockPipe(EventNode *node) CreateNonBlockPipe() argument
140 EventNode *node = NULL; EventModuleInit() local
181 DeleteEventNode(EventNode *node) DeleteEventNode() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_event.c31 void CloseNodePipe(const EventNode *node) in CloseNodePipe() argument
42 EventNode *node = container_of(task, EventNode, task); in EventProcessHandle() local
58 EventNode *node = NULL; in PostEvent() local
84 EventNode *node = NULL; ClearEvent() local
110 CreateNonBlockPipe(EventNode *node) CreateNonBlockPipe() argument
143 EventNode *node = NULL; EventModuleInit() local
182 DeleteEventNode(EventNode *node) DeleteEventNode() argument
[all...]
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/
H A Dmesa_blur_shader_filter_test.cpp58 auto node = Rosen::RSCanvasNode::Create(); in SetUpNodeBgImage() local
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_img.cpp56 auto node = Rosen::RSCanvasNode::Create(); in SetUpNodeBgImage() local
/foundation/window/window_manager/wmserver/src/
H A Daccessibility_connection.cpp28 void AccessibilityConnection::NotifyAccessibilityWindowInfo(const sptr<WindowNode>& node, WindowUpdateType type) in NotifyAccessibilityWindowInfo() argument
[all...]

Completed in 9 milliseconds

1...<<21222324252627282930>>...113