Home
last modified time | relevance | path

Searched refs:GetAppIconLen (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddm_app_image_info.h130 …SaveData(other.GetAppIcon(), other.GetAppIconLen(), other.GetAppThumbnail(), other.GetAppThumbnail…
142 int32_t GetAppIconLen() const in GetAppIconLen() function
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp983 size_t appIconLen = static_cast<size_t>(authParam.imageinfo.GetAppIconLen()); in DmAuthParamToJsAuthParam()