Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp262 if (errval != OHOS::Global::Resource::RState::SUCCESS) { 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()
313 OHOS::Global::Resource::RState errval = resourceManager_->GetStringArrayById(resId, retv); in GetStringArray() local
314 if (errval == OHOS::Global::Resource::RState::SUCCESS) { in GetStringArray()
330 OHOS::Global::Resource::RState errval = resourceManager_->GetIntArrayById(resId, retv); in GetIntArray() local
331 if (errval == OHOS::Global::Resource::RState::SUCCESS) { in GetIntArray()
363 OHOS::Global::Resource::RState errval = resourceManager_->GetThemeById(themeId, theme_); in SetTheme() local
364 if (errval != OHOS::Global::Resource::RState::SUCCESS) { in SetTheme()
387 OHOS::Global::Resource::RState errval = resourceManager_->GetColorById(resId, ret); in GetColor() local
[all …]