Home
last modified time | relevance | path

Searched refs:GetAppThumbnailLen (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 …ta(other.GetAppIcon(), other.GetAppIconLen(), other.GetAppThumbnail(), other.GetAppThumbnailLen());
156 int32_t GetAppThumbnailLen() const in GetAppThumbnailLen() function
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp997 size_t appThumbnailLen = static_cast<size_t>(authParam.imageinfo.GetAppThumbnailLen()); in DmAuthParamToJsAuthParam()