Home
last modified time | relevance | path

Searched defs:tagName (Results 1 - 25 of 40) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_model_ng.cpp20 void ToggleButtonModelNG::Create(const std::string& tagName) in Create() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dexternal_wifi_common_builder_manager.cpp30 void ExternalWifiCommonBuildManager::RegisterCommonBuilder(const TagType &tagType, const std::string &tagName, in RegisterCommonBuilder() argument
44 void ExternalWifiCommonBuildManager::DeregisterCommonBuilder(const TagType &tagType, const std::string &tagName) in DeregisterCommonBuilder() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dsoftap_parser.cpp103 std::string tagName = GetNameValue(node); in GetConfigNameAsInt() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_dhcp_service.cpp85 DhcpErrorCode __wrap_SetDhcpName(const char *ifname, const char *tagName) in __wrap_SetDhcpName() argument
92 DhcpErrorCode __wrap_PutDhcpRange(const char *tagName, const DhcpRange *range) in __wrap_PutDhcpRange() argument
99 DhcpErrorCode __wrap_RemoveAllDhcpRange(const char *tagName) in __wrap_RemoveAllDhcpRange() argument
106 __wrap_RemoveDhcpRange(const char *tagName, const void *range) __wrap_RemoveDhcpRange() argument
[all...]
H A Dmock_sta_interface.cpp235 ErrCode StaInterface::RegisterCommonBuilder(const TagType &tagType, const std::string &tagName, in RegisterCommonBuilder() argument
242 ErrCode StaInterface::DeregisterCommonBuilder(const TagType &tagType, const std::string &tagName) in DeregisterCommonBuilder() argument
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_impl.cpp140 ErrCode DhcpServerImpl::PutDhcpRange(const std::string& tagName, const DhcpRange& range) in PutDhcpRange() argument
147 ErrCode DhcpServerImpl::RemoveDhcpRange(const std::string& tagName, const DhcpRange& range) in RemoveDhcpRange() argument
154 ErrCode DhcpServerImpl::RemoveAllDhcpRange(const std::string& tagName) in RemoveAllDhcpRange() argument
168 ErrCode DhcpServerImpl::SetDhcpName(const std::string& ifname, const std::string& tagName) in SetDhcpName() argument
H A Ddhcp_server_proxy.cpp226 ErrCode DhcpServerProxy::SetDhcpName(const std::string& ifname, const std::string& tagName) in SetDhcpName() argument
261 ErrCode DhcpServerProxy::PutDhcpRange(const std::string& tagName, const DhcpRange& range) in PutDhcpRange() argument
302 ErrCode DhcpServerProxy::RemoveAllDhcpRange(const std::string& tagName) in RemoveAllDhcpRange() argument
399 RemoveDhcpRange(const std::string& tagName, const DhcpRange& range) RemoveDhcpRange() argument
[all...]
H A Ddhcp_server_proxy_lite.cpp326 ErrCode DhcpServerProxy::SetDhcpName(const std::string& ifname, const std::string& tagName) in SetDhcpName() argument
366 ErrCode DhcpServerProxy::PutDhcpRange(const std::string& tagName, const DhcpRange& range) in PutDhcpRange() argument
410 ErrCode DhcpServerProxy::RemoveAllDhcpRange(const std::string& tagName) in RemoveAllDhcpRange() argument
486 ErrCode DhcpServerProxy::RemoveDhcpRange(const std::string& tagName, const DhcpRange& range) in RemoveDhcpRange() argument
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp57 std::string tagName = "sta"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcheckbox_model_impl.cpp25 Create( const std::optional<std::string>& name, const std::optional<std::string>& groupName, const std::string& tagName) Create() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Drender_module.cpp42 jerry_value_t RenderModule::CreateElement(jerry_value_t tagName, jerry_value_t options, jerry_value_t children) in CreateElement() argument
88 jerry_value_t tagName; in CreateElement() local
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_fwk_metadata_utils.cpp123 const char* tagName = Camera::GetCameraMetadataItemName(metadataItem.item); in DumpMetadataItemInfo() local
[all...]
/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp173 NO_SANITIZE("cfi") DhcpErrorCode SetDhcpName(const char *ifname, const char *tagName) in SetDhcpName() argument
184 NO_SANITIZE("cfi") DhcpErrorCode PutDhcpRange(const char *tagName, const DhcpRange *range) in PutDhcpRange() argument
201 NO_SANITIZE("cfi") DhcpErrorCode RemoveAllDhcpRange(const char *tagName) in RemoveAllDhcpRange() argument
211 DhcpErrorCode RemoveDhcpRange(const char *tagName, cons argument
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp161 std::string tagName = data.ReadString(); in OnSetDhcpName() local
190 std::string tagName = data.ReadString(); in OnRemoveAllDhcpRange() local
207 std::string tagName = data.ReadString(); in OnRemoveDhcpRange() local
257 std::string tagName = data.ReadString(); in OnPutDhcpRange() local
H A Ddhcp_server_stub_lite.cpp143 std::string tagName = (char *)ReadString(req, &readLen); in OnSetDhcpName() local
174 std::string tagName = (char *)ReadString(req, &readLen); in OnRemoveAllDhcpRange() local
192 std::string tagName = (char *)ReadString(req, &readLen); in OnRemoveDhcpRange() local
245 std::string tagName = (char *)ReadString(req, &readLen); in OnPutDhcpRange() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_model_ng.cpp24 Create( const std::optional<std::string>& name, const std::optional<std::string>& groupName, const std::string& tagName) Create() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp175 std::string tagName = tagName_; in CreateDomNode() local
243 std::string tagName = tagName_; in CreateDomElement() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_device.cpp85 std::string tagName = info.tagName; in isFindModuleTypeTag() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp355 std::string tagName = GetNodeValue(node); in GetPolicyItem() local
419 std::string tagName = GetNodeValue(node); in GetSupportChannelsItem() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.cpp143 std::string tagName = ifaceName; in StopDhcp() local
311 std::string tagName = ifaceName; in CallAdapterSetRange() local
[all...]
/foundation/communication/dhcp/test/fuzztest/dhcpserverimpl_fuzzer/
H A Ddhcpserverimpl_fuzzer.cpp57 std::string tagName = "sta"; in PutDhcpRangeTest() local
66 std::string tagName = "sta"; in RemoveDhcpRangeTest() local
92 std::string tagName = "sta"; in SetDhcpNameTest() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_base.h117 const std::string tagName = "TestNode"; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp707 string tagName = V2::SWIPER_INDICATOR_ETS_TAG; in HWTEST_F() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Djpeg_mpf_parser.cpp340 std::vector<uint8_t> JpegMpfPacker::PackAuxiliaryTagName(std::string& tagName) in PackAuxiliaryTagName() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_interface.cpp433 ErrCode StaInterface::RegisterCommonBuilder(const TagType &tagType, const std::string &tagName, in RegisterCommonBuilder() argument
442 ErrCode StaInterface::DeregisterCommonBuilder(const TagType &tagType, const std::string &tagName) in DeregisterCommonBuilder() argument

Completed in 22 milliseconds

12