Home
last modified time | relevance | path

Searched full:net_type (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/pasteboard/services/dfx/src/
Dhiview_adapter.h116 static inline constexpr const char *NET_TYPE = "NET_TYPE"; variable
Dhiview_adapter.cpp343 …{.name = {"NET_TYPE"}, .t = HISYSEVENT_STRING, .v = { .s = (char *)netType.c_str()}, .arraySize = … in ReportStatisticEvent()
/foundation/distributeddatamgr/pasteboard/
DpasteboardEvent.yaml51 NET_TYPE: {type: STRING, desc: net type }
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
Dcommon_event_collect.cpp46 constexpr const char* NET_TYPE = "NetType"; variable
357 int32_t netType = want.GetIntParam(NET_TYPE, -1); in SaveOnDemandReasonExtraData()
359 wantMap[NET_TYPE] = std::to_string(netType); in SaveOnDemandReasonExtraData()
/foundation/communication/dsoftbus/dfx/event/src/convert/
Dconn_event_converter.h181 { "NET_TYPE", HISYSEVENT_INT32, ConnAssignerNetType },