Searched refs:APP_ICON_LENGTH (Results 1 – 2 of 2) sorted by relevance
562 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()
65 constexpr const char* APP_ICON_LENGTH = "appIconLen"; variable