Home
last modified time | relevance | path

Searched defs:node (Results 1051 - 1075 of 1318) sorted by relevance

1...<<41424344454647484950>>...53

/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_manager.h75 ListNode node; member
111 ListNode node; member
140 ListNode node; member
146 ListNode node; member
/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c584 DeathCallback *node = NULL; in OnDatabusSessionClosed() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.cpp135 GetConfigNameAsInt(xmlNodePtr node) GetConfigNameAsInt() argument
148 GetNodeNameAsInt(xmlNodePtr node) GetNodeNameAsInt() argument
270 GetKeyMgmt(xmlNodePtr node, WifiDeviceConfig& wifiConfig) GetKeyMgmt() argument
301 GetRandMacSetting(xmlNodePtr node) GetRandMacSetting() argument
363 ParseSsid(xmlNodePtr node, WifiDeviceConfig& wifiConfig) ParseSsid() argument
380 ParsePreSharedKey(xmlNodePtr node, WifiDeviceConfig& wifiConfig) ParsePreSharedKey() argument
398 ParseInternetHistory(xmlNodePtr node, WifiDeviceConfig& wifiConfig) ParseInternetHistory() argument
446 ParseWepKeys(xmlNodePtr node, WifiDeviceConfig& wifiDeviceConfig) ParseWepKeys() argument
460 ParseStatus(xmlNodePtr node, WifiDeviceConfig& wifiDeviceConfig) ParseStatus() argument
615 GetParseType(xmlNodePtr node) GetParseType() argument
630 ParseInternal(xmlNodePtr node) ParseInternal() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp24 ValueObject JsonCommon::GetValueInSameLevel(JsonObject &node, const std::string &field) in GetValueInSameLevel() argument
40 ValueObject JsonCommon::GetValueInSameLevel(JsonObject &node, const std::string &field, bool &isFieldExist) in GetValueInSameLevel() argument
59 CheckLeafNode(const JsonObject &node, std::vector<ValueObject> &leafValue) CheckLeafNode() argument
75 GetLeafValue(const JsonObject &node) GetLeafValue() argument
86 CheckNode(JsonObject &node) CheckNode() argument
132 CheckProjectionNode(JsonObject &node, bool isFirstLevel, int &errCode) CheckProjectionNode() argument
204 ParseNode(JsonObject &node, std::vector<std::string> singlePath, std::vector<std::vector<std::string>> &resultPath, bool isFirstLevel) ParseNode() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp1278 QueryObjNode node; in HWTEST_F() local
1300 QueryObjNode node; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp146 cJSON *node = cjsonQueue.front(); in CheckNumber() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp119 std::shared_ptr<ConnPool::ConnNode> node; in Init() local
162 std::shared_ptr<Connection> ConnPool::Convert2AutoConn(std::shared_ptr<ConnNode> node, bool isTrans) in Convert2AutoConn() argument
264 auto node = container->Acquire(ms); Acquire() local
279 auto node = writers_.Acquire(ms); AcquireRef() local
295 ReleaseNode(std::shared_ptr<ConnNode> node, bool reuse) ReleaseNode() argument
579 auto node = nodes_.back(); Acquire() local
598 auto node = std::make_shared<ConnNode>(conn); Create() local
618 auto node = std::make_shared<ConnNode>(conn); ExtendNode() local
682 Release(std::shared_ptr<ConnNode> node) Release() argument
701 Drop(std::shared_ptr<ConnNode> node) Drop() argument
711 RelDetails(std::shared_ptr<ConnNode> node) RelDetails() argument
771 auto node = detail.lock(); Dump() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c169 Payload *node = pkt->head; in PacketFree() local
238 Payload *node = pkt->payload; in PacketPayloadSize() local
371 Payload *node = pkt->head; PacketSize() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c1257 ListNode *node = ListGetFirstNode(list); in GapLeGenerateSignatureResult() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c103 ListNode *node = ListGetFirstNode(g_connectionHandleList); in HciFindConnectionHandleBlock() local
188 ListNode *node = ListGetFirstNode(g_aclDataCache); in HciCleanupAclData() local
209 ListNode *node = ListGetFirstNode(g_leAclDataCache); HciCleanupLeAclData() local
238 ListNode *node = ListGetFirstNode(g_txAclPackets); FindTxPacketsEntityByConnectionHandle() local
254 ListNode *node = ListGetFirstNode(g_txLePackets); FindLeTxPacketsEntityByConnectionHandle() local
598 ListNode *node = ListGetFirstNode(g_hciAclCallbackList); HciOnAclData() local
615 ListNode *node = NULL; HciSendCachedAclPackets() local
656 ListNode *node = NULL; HciSendCachedLePackets() local
730 ListNode *node = NULL; HciCleanupCacheByAclHandle() local
756 ListNode *node = NULL; HciCleanupLeCacheByAclHandle() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c81 ListNode *node = NULL; in L2capRecombineStart() local
121 ListNode *node = NULL; in L2capRecombineContinue() local
237 ListNode *node = NULL; L2capAclDisconnected() local
551 ListNode *node = NULL; L2capGetPendingRequest() local
569 ListNode *node = NULL; L2capGetPendingRequest2() local
587 ListNode *node = NULL; L2capClearPendingRequest() local
734 ListNode *node = NULL; L2capCommonShutdown() local
[all...]
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h134 ListNode node; member
144 ListNode node; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_input.c248 struct SkipListNode *node; in ProcessPcbItem() local
282 struct SkipListNode *node = SkipListGetTail(&pcb->recv.recvList); in FillpHdlDataInput() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c38 List node; member
48 List node; member
57 List node; member
101 static void DestroyRemoteNode(RxIface *rxIface, RemoteNode *node) in DestroyRemoteNode() argument
551 OrderedNodeEntry(List *node) OrderedNodeEntry() argument
840 RemoteNode *node = (RemoteNode *)tmp; DumpRemoteNode() local
[all...]
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp593 shared_ptr<ObserverNode> node; OnChange() local
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test2.cpp2005 std::shared_ptr<RSSurfaceNode> node = nullptr; in HWTEST_F() local
H A Dscene_session_manager_test5.cpp1503 std::shared_ptr<RSSurfaceNode> node = nullptr; in HWTEST_F() local
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp92 sptr<WindowNode> node = windowRoot_->GetWindowNode(windowId); in FinishDrag() local
554 sptr<WindowNode> node = windowRoot_->GetWindowNode(windowId); in GetVsyncStationByWindowId() local
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_test.cpp306 sptr<WindowNode> node = new WindowNode(property); in HWTEST_F() local
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp205 auto node = GetWindowNodeById(id); in RaiseToTop() local
224 auto node = GetWindowNodeById(id); LowerToBottom() local
291 auto node = winList_.Begin(); GetWindowById() local
309 auto node = winList_.Begin(); GetWindowNodeById() local
350 auto node = GetWindowNodeById(id); RemoveWindow() local
628 auto node = winList_.Begin(); FindTargetWindow() local
760 auto node = winList_.Begin(); OnClientDeathNotify() local
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp686 auto node = std::get<DataShare::AshmemNode>(data.value_); in PrepareImageData() local
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp86 auto node = std::make_shared<DirTreeNode>(); in AddEntryToTree() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_month_pattern.cpp828 auto node = buttonAccessibilityNodeVec_[index]; in ChangeVirtualNodeContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp456 bool NavigationGroupNode::HandleBack(const RefPtr<FrameNode>& node, bool isLastChild, bool isOverride) in HandleBack() argument
737 std::shared_ptr<AnimationUtils::Animation> NavigationGroupNode::MaskAnimation(const RefPtr<FrameNode>& node, in MaskAnimation() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp168 auto node = listItem->GetAccessibilityNode().Upgrade(); in OnPaintFinish() local
326 RefPtr<RenderNode> node; in GetChildByPosition() local
353 RefPtr<RenderNode> node; in GetNearChildByPosition() local
792 int32_t RenderList::GetItemIndex(const RefPtr<RenderNode>& node) in GetItemIndex() argument
[all...]

Completed in 32 milliseconds

1...<<41424344454647484950>>...53