Home
last modified time | relevance | path

Searched defs:node (Results 3076 - 3100 of 8483) sorted by relevance

1...<<121122123124125126127128129130>>...340

/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotimpl_fuzzer/
H A Dwifihotspotimpl_fuzzer.cpp70 ChannelsTable node; in IsHotspotDualBandSupportedFuzzTest() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp272 bool ApConfigUse::SoftapChannelPolicyParser::ParseInternal(xmlNodePtr node) in ParseInternal() argument
348 GetPolicyItem( xmlNodePtr node) GetPolicyItem() argument
413 GetSupportChannelsItem(xmlNodePtr node) GetSupportChannelsItem() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_profile_config.cpp47 bool Config::Unmarshal(const json &node) in Unmarshal() argument
63 Unmarshal(const json &node) Unmarshal() argument
85 Unmarshal(const json &node) Unmarshal() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dlru_bucket.h105 auto *node = new(std::nothrow) Node(value); in Set() local
187 auto *node = head_.prev_; in PopBack() local
192 Update(Node *node, const _Tp &value) Update() argument
197 Remove(Node *node) Remove() argument
204 Insert(Node *prev, Node *node) Insert() argument
213 Delete(Node *node) Delete() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.cpp322 bool WaterVersionMetaData::Unmarshal(const Serializable::json &node) in Unmarshal() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp188 int ResultSet::CheckCutNode(JsonObject *node, std::vector<std::string> singlePath, in CheckCutNode() argument
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp161 auto node = ToJson(jsonStr); in HWTEST_F() local
353 Serializable::json node = nullptr; in HWTEST_F() local
402 Serializable::json node = nullptr; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_xml_utils.cpp203 bool ParseNodeElement(const xmlNode *node, Element &element) in ParseNodeElement() argument
233 ParsePrimitiveNodeElement(const xmlNode *node, Element &element) ParsePrimitiveNodeElement() argument
260 ParseStringNodeElement(const xmlNode *node, Element &element) ParseStringNodeElement() argument
287 ParseArrayNodeElement(const xmlNode *node, Element &element) ParseArrayNodeElement() argument
394 xmlNode *node = CreateElementNode(element); WriteSettingXml() local
439 xmlNode *node = xmlNewNode(NULL, BAD_CAST element.tag_.c_str()); CreatePrimitiveNode() local
456 xmlNode *node = xmlNewNode(NULL, BAD_CAST element.tag_.c_str()); CreateStringNode() local
477 xmlNode *node = xmlNewNode(NULL, BAD_CAST element.tag_.c_str()); CreateArrayNode() local
[all...]
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dlru_bucket.h105 auto *node = new(std::nothrow) Node(value); in Set() local
187 auto *node = head_.prev_; in PopBack() local
192 Update(Node *node, const _Tp &value) Update() argument
197 Remove(Node *node) Remove() argument
204 Insert(Node *prev, Node *node) Insert() argument
213 Delete(Node *node) Delete() argument
[all...]
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_base.cpp54 auto node = FileOperationsHelper::FindCloudDiskInode(data, static_cast<int64_t>(ino)); in Forget() local
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_rdbstore_test.cpp1550 CacheNode node; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm.c559 ListNode *node = ListGetFirstNode(g_btmCallbackList); in BTM_DeregisterCallbacks() local
580 ListNode *node = ListGetFirstNode(g_btmCallbackList); in BtmOnHCIFailure() local
[all...]
H A Dbtm_pm.c98 ListNode *node = ListGetFirstNode(g_connectionModeList); in BtmFindConnectionModeByConnectionHandle() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp155 bool XmlParse::impl::GetValue(xmlNodePtr node, int &value) in GetValue() argument
172 bool XmlParse::impl::GetValue(xmlNodePtr node, std::string &value) in GetValue() argument
186 GetValue(xmlNodePtr node, bool &value) GetValue() argument
208 HasProperty(xmlNodePtr node, const std::string &property) HasProperty() argument
224 RemoveProperty(xmlNodePtr node, const std::string &property) RemoveProperty() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap.c509 ListNode *node = NULL; in L2CAP_DeregisterService() local
573 ListNode *node = NULL; in L2CAP_Finalize() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_send.c497 ListNode *node = SMP_ListGetFirstNode(g_smpEncCmdList); in SMP_EncCmdTimeoutTask() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c224 struct HlistNode *node = FILLP_NULL_PTR; in EpRemove() local
279 struct HlistNode *node = FILLP_NULL_PTR; in EpGetEventsAndSignal() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_pcb.c483 struct HlistNode *node = FILLP_NULL_PTR; in FillpPcbRemoveRecv() local
552 struct HlistNode *node = FILLP_NULL_PTR; in FillpPcbFreeSendItemArray() local
[all...]
H A Dfillp_output.c488 struct SkipListNode *node = FILLP_NULL_PTR; in FillpSendPack() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c140 static void RecursiveRbTree(struct RbNode *node) in RecursiveRbTree() argument
500 void SpinstAddToPcbList(struct SpungeInstance *inst, struct HlistNode *node) in SpinstAddToPcbList() argument
505 void SpinstDeleteFromPcbList(struct SpungeInstance *inst, struct HlistNode *node) in SpinstDeleteFromPcbList() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_dfx.c51 DFileSessionNode *node = NULL; in HidumpList() local
148 DFileSessionNode *node = NULL; in HidumpInformation() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_client.c159 static coap_context_t *CoapGetContextEx(const char *node, const char *port, in CoapGetContextEx() argument
215 coap_context_t *CoapGetContext(const char *node, const char *port, uint8_t needBind, const struct in_addr *ip) in CoapGetContext() argument
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/
H A Dappearance_border_radius_test.cpp35 void setNode(std::shared_ptr<RSCanvasNode>& node, const Vector4f& bounds, Vector4<Color> outLineColor) in setNode() argument
[all...]
H A Dappearance_border_test.cpp35 void setNode(std::shared_ptr<RSCanvasNode>& node, const Vector4f& bounds, Vector4<Color> outLineColor) in setNode() argument
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dwindow_scene_config.cpp101 std::vector<std::string> WindowSceneConfig::SplitNodeContent(const xmlNodePtr& node, const std::string& pattern) in SplitNodeContent() argument

Completed in 24 milliseconds

1...<<121122123124125126127128129130>>...340