Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp562 contentForm->obj->value_[APP_ICON_LENGTH] = 0; in OH_UdsContentForm_Create()
603 return GetUdsUint8Value(pThis, APP_ICON, APP_ICON_LENGTH, appIcon, len); in OH_UdsContentForm_GetAppIcon()
662 ret = pThis->SetUdsValue<int>(APP_ICON_LENGTH, static_cast<int>(len)); in OH_UdsContentForm_SetAppIcon()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h65 constexpr const char* APP_ICON_LENGTH = "appIconLen"; variable