/ohos5.0/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/src/ |
H A D | xpower_event_js.cpp | 26 int ReportXPowerJsStackSysEvent(napi_env env, const std::string &tagName, const std::string &info) in ReportXPowerJsStackSysEvent() 32 int ReportXPowerJsStackSysEvent(NativeEngine *engine, const std::string &tagName, const std::string… in ReportXPowerJsStackSysEvent() 50 int ReportXPowerJsStackSysEvent(EcmaVM *vm, const std::string &tagName, const std::string &info) in ReportXPowerJsStackSysEvent()
|
H A D | xpower_event.cpp | 25 int ReportXPowerStackSysEvent(const std::string &tagName, const std::string &info) in ReportXPowerStackSysEvent()
|
/ohos5.0/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() 92 DhcpErrorCode __wrap_PutDhcpRange(const char *tagName, const DhcpRange *range) in __wrap_PutDhcpRange() 99 DhcpErrorCode __wrap_RemoveAllDhcpRange(const char *tagName) in __wrap_RemoveAllDhcpRange() 106 DhcpErrorCode __wrap_RemoveDhcpRange(const char *tagName, const void *range) in __wrap_RemoveDhcpRange()
|
H A D | mock_sta_interface.cpp | 235 ErrCode StaInterface::RegisterCommonBuilder(const TagType &tagType, const std::string &tagName, in RegisterCommonBuilder() 242 ErrCode StaInterface::DeregisterCommonBuilder(const TagType &tagType, const std::string &tagName) in DeregisterCommonBuilder()
|
/ohos5.0/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() 147 ErrCode DhcpServerImpl::RemoveDhcpRange(const std::string& tagName, const DhcpRange& range) in RemoveDhcpRange() 154 ErrCode DhcpServerImpl::RemoveAllDhcpRange(const std::string& tagName) in RemoveAllDhcpRange() 168 ErrCode DhcpServerImpl::SetDhcpName(const std::string& ifname, const std::string& tagName) in SetDhcpName()
|
H A D | dhcp_server_proxy.cpp | 224 ErrCode DhcpServerProxy::SetDhcpName(const std::string& ifname, const std::string& tagName) in SetDhcpName() 259 ErrCode DhcpServerProxy::PutDhcpRange(const std::string& tagName, const DhcpRange& range) in PutDhcpRange() 300 ErrCode DhcpServerProxy::RemoveAllDhcpRange(const std::string& tagName) in RemoveAllDhcpRange() 397 ErrCode DhcpServerProxy::RemoveDhcpRange(const std::string& tagName, const DhcpRange& range) in RemoveDhcpRange()
|
H A D | dhcp_server_proxy_lite.cpp | 321 ErrCode DhcpServerProxy::SetDhcpName(const std::string& ifname, const std::string& tagName) in SetDhcpName() 361 ErrCode DhcpServerProxy::PutDhcpRange(const std::string& tagName, const DhcpRange& range) in PutDhcpRange() 405 ErrCode DhcpServerProxy::RemoveAllDhcpRange(const std::string& tagName) in RemoveAllDhcpRange() 481 ErrCode DhcpServerProxy::RemoveDhcpRange(const std::string& tagName, const DhcpRange& range) in RemoveDhcpRange()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/ |
H A D | external_wifi_common_builder_manager.cpp | 30 …alWifiCommonBuildManager::RegisterCommonBuilder(const TagType &tagType, const std::string &tagName, in RegisterCommonBuilder() 44 …WifiCommonBuildManager::DeregisterCommonBuilder(const TagType &tagType, const std::string &tagName) in DeregisterCommonBuilder()
|
/ohos5.0/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() 184 NO_SANITIZE("cfi") DhcpErrorCode PutDhcpRange(const char *tagName, const DhcpRange *range) in PutDhcpRange() 201 NO_SANITIZE("cfi") DhcpErrorCode RemoveAllDhcpRange(const char *tagName) in RemoveAllDhcpRange() 211 DhcpErrorCode RemoveDhcpRange(const char *tagName, const void *range) in RemoveDhcpRange()
|
/ohos5.0/base/tee/tee_client/services/tlogcat/src/ |
H A D | proc_tag.c | 29 char *tagName; member 146 static int32_t InsertTaTagNode(char *tagName, uint32_t tagLen, const char **logTag, const struct Lo… in InsertTaTagNode() 178 static int32_t InsertDriverTagNode(char *tagName, uint32_t tagLen, const char **logTag, const struc… in InsertDriverTagNode() 209 static int32_t InsertTagNode(bool isTa, char *tagName, uint32_t tagLen, in InsertTagNode() 223 char *tagName = QueryTagNode(isTa, logItem); in GetTagName() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_command.h | 216 JsCommandDomElementCreator(const std::string& tagName, NodeId nodeId) in JsCommandDomElementCreator() 235 …JsCommandCreateDomBody(const std::string& tagName, NodeId nodeId) : JsCommandDomElementCreator(tag… in JsCommandCreateDomBody() 244 JsCommandCreateDomElement(const std::string& tagName, NodeId nodeId) in JsCommandCreateDomElement() 253 JsCommandAddDomElement(const std::string& tagName, NodeId nodeId, NodeId parentNodeId) in JsCommandAddDomElement() 266 JsCommandAppendElement(const std::string& tagName, NodeId nodeId, NodeId parentNodeId) in JsCommandAppendElement()
|
H A D | js_command.cpp | 175 std::string tagName = tagName_; in CreateDomNode() local 243 std::string tagName = tagName_; in CreateDomElement() local
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
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
|
H A D | dhcp_server_service_impl.cpp | 354 ErrCode DhcpServerServiceImpl::PutDhcpRange(const std::string& tagName, const DhcpRange& range) in PutDhcpRange() 404 ErrCode DhcpServerServiceImpl::RemoveDhcpRange(const std::string& tagName, const DhcpRange& range) in RemoveDhcpRange() 441 ErrCode DhcpServerServiceImpl::RemoveAllDhcpRange(const std::string& tagName) in RemoveAllDhcpRange() 514 ErrCode DhcpServerServiceImpl::SetDhcpName(const std::string& ifname, const std::string& tagName) in SetDhcpName()
|
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
|
/ohos5.0/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… in CreateElement() 88 jerry_value_t tagName; in CreateElement() local
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_operator_rule.cpp | 51 std::string &tagName, int32_t &len, std::string &value) in parseSimpleTLV() 154 std::string tagName; in DecodeTLVTagCertPkg() local 196 std::string tagName; in DecodeTLVTagLimits() local
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_model_ng.cpp | 25 void ToggleButtonModelNG::Create(const std::string& tagName) in Create()
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_server_service_impl_test.cpp | 57 std::string tagName = "sta"; variable
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_config_use.cpp | 356 std::string tagName = GetNodeValue(node); in GetPolicyItem() local 420 std::string tagName = GetNodeValue(node); in GetSupportChannelsItem() local
|
/ohos5.0/base/powermgr/power_manager/services/native/src/ |
H A D | power_save_mode.cpp | 53 bool IsNodeLegal(const xmlNodePtr nodePtr, const std::string& tagName) in IsNodeLegal()
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | checkbox_model_impl.cpp | 29 …tional<std::string>& name, const std::optional<std::string>& groupName, const std::string& tagName) in Create()
|
/ohos5.0/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() 442 ErrCode StaInterface::DeregisterCommonBuilder(const TagType &tagType, const std::string &tagName) in DeregisterCommonBuilder()
|