Searched refs:errval (Results 1 - 1 of 1) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | context_deal.cpp | 261 OHOS::Global::Resource::RState errval = resourceManager_->GetPatternById(patternId, pattern_); in SetPattern() local 262 if (errval != OHOS::Global::Resource::RState::SUCCESS) { in SetPattern() 263 TAG_LOGE(AAFwkTag::APPKIT, "SetPattern GetPatternById(patternId:%d) retval is %u", patternId, errval); in SetPattern() 296 OHOS::Global::Resource::RState errval = resourceManager_->GetStringById(resId, ret); in GetString() local 297 if (errval == OHOS::Global::Resource::RState::SUCCESS) { in GetString() 300 TAG_LOGE(AAFwkTag::APPKIT, "GetString GetStringById(resId:%d) retval is %u", resId, errval); in GetString() 313 OHOS::Global::Resource::RState errval = resourceManager_->GetStringArrayById(resId, retv); in GetStringArray() local 314 if (errval == OHOS::Global::Resource::RState::SUCCESS) { in GetStringArray() 317 TAG_LOGE(AAFwkTag::APPKIT, "GetStringArrayById(resId:%d) retval is %u", resId, errval); in GetStringArray() 330 OHOS::Global::Resource::RState errval in GetIntArray() local 363 OHOS::Global::Resource::RState errval = resourceManager_->GetThemeById(themeId, theme_); SetTheme() local 387 OHOS::Global::Resource::RState errval = resourceManager_->GetColorById(resId, ret); GetColor() local [all...] |
Completed in 1 milliseconds