Home
last modified time | relevance | path

Searched defs:tagName (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/src/
H A Dxpower_event_js.cpp26 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 Dxpower_event.cpp25 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 Dmock_dhcp_service.cpp85 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 Dmock_sta_interface.cpp235 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 Ddhcp_server_impl.cpp140 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 Ddhcp_server_proxy.cpp224 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 Ddhcp_server_proxy_lite.cpp321 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 Dexternal_wifi_common_builder_manager.cpp30 …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 Ddhcp_c_service.cpp173 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 Dproc_tag.c29 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 Djs_command.h216 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 Djs_command.cpp175 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 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
H A Ddhcp_server_service_impl.cpp354 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 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
/ohos5.0/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… in CreateElement()
88 jerry_value_t tagName; in CreateElement() local
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_rule.cpp51 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 Dsoftap_parser.cpp103 std::string tagName = GetNameValue(node); in GetConfigNameAsInt() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_model_ng.cpp25 void ToggleButtonModelNG::Create(const std::string& tagName) in Create()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp57 std::string tagName = "sta"; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp356 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 Dpower_save_mode.cpp53 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 Ddhcpd_interface.cpp143 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 Dcheckbox_model_impl.cpp29 …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 Dsta_interface.cpp433 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()

12