Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_protect.cpp29 mType(protectType), in WifiProtect()
36 mType(WifiProtectType::WIFI_PROTECT_COMMON), in WifiProtect()
43 mType(WifiProtectType::WIFI_PROTECT_COMMON), in WifiProtect()
54 mType = protectType; in SetProtectType()
59 return mType; in GetProtectType()
H A Dwifi_protect.h121 WifiProtectType mType {WifiProtectType::WIFI_PROTECT_COMMON};
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_layer.h73 explicit HdiLayer(LayerType type) : mType(type) {} in HdiLayer()
101 return mType; in GetType()
170 LayerType mType; variable
H A Ddrm_plane.h168 return mType; in GetType()
221 uint32_t mType = 0; variable
H A Ddrm_connector.h118 InterfaceType mType; variable
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_plane.h60 return mType; in GetType()
82 uint32_t mType = 0; variable
H A Ddrm_connector.cpp48 ConvertToHdiType(c.connector_type, mType); in DrmConnector()
49 ConvertTypeToName(mType, mName); in DrmConnector()
129 cap.type = mType; in GetDisplayCap()
H A Ddrm_plane.cpp51 mType = static_cast<uint32_t>(prop.value); in Init()
H A Ddrm_connector.h113 InterfaceType mType; variable
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_layer.h79 explicit HdiLayer(LayerType type) : mType(type) {} in HdiLayer()
107 return mType; in GetType()
188 LayerType mType; variable
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_connector.cpp52 ConvertToHdiType(c.connector_type, mType); in DrmConnector()
53 ConvertTypeToName(mType, mName); in DrmConnector()
154 cap.type = mType; in GetDisplayCap()
H A Ddrm_plane.cpp190 mType = static_cast<uint32_t>(prop.value); in Init()