/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_model_ng.cpp | 20 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 D | external_wifi_common_builder_manager.cpp | 30 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 D | softap_parser.cpp | 103 std::string tagName = GetNameValue(node);
in GetConfigNameAsInt() local
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | mock_dhcp_service.cpp | 85 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 D | mock_sta_interface.cpp | 235 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 D | dhcp_server_impl.cpp | 140 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 D | dhcp_server_proxy.cpp | 226 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 D | dhcp_server_proxy_lite.cpp | 326 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 D | dhcp_server_service_impl_test.cpp | 57 std::string tagName = "sta"; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | checkbox_model_impl.cpp | 25 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 D | render_module.cpp | 42 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 D | camera_fwk_metadata_utils.cpp | 123 const char* tagName = Camera::GetCameraMetadataItemName(metadataItem.item); in DumpMetadataItemInfo() local [all...] |
/foundation/communication/dhcp/frameworks/native/c_adapter/src/ |
H A D | dhcp_c_service.cpp | 173 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 D | dhcp_server_stub.cpp | 161 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 D | dhcp_server_stub_lite.cpp | 143 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 D | checkbox_model_ng.cpp | 24 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 D | js_command.cpp | 175 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 D | camera_device.cpp | 85 std::string tagName = info.tagName; in isFindModuleTypeTag() local
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_config_use.cpp | 355 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 D | dhcpd_interface.cpp | 143 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 D | dhcpserverimpl_fuzzer.cpp | 57 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 D | image_base.h | 117 const std::string tagName = "TestNode"; member
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_layout_test_ng.cpp | 707 string tagName = V2::SWIPER_INDICATOR_ETS_TAG; in HWTEST_F() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/ |
H A D | jpeg_mpf_parser.cpp | 340 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 D | sta_interface.cpp | 433 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
|