Searched refs:SYS_ERR (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ui_appearance/services/src/ |
H A D | ui_appearance_ability_proxy.cpp | 32 return SYS_ERR; in SetDarkMode() 36 return SYS_ERR; in SetDarkMode() 43 return SYS_ERR; in SetDarkMode() 56 return SYS_ERR; in GetDarkMode() 63 return SYS_ERR; in GetDarkMode() 75 return SYS_ERR; in SetFontScale() 79 return SYS_ERR; in SetFontScale() 86 return SYS_ERR; in SetFontScale() 99 return SYS_ERR; in GetFontScale() 106 return SYS_ERR; in GetFontScale() [all...] |
H A D | ui_appearance_ability_client.cpp | 53 return UiAppearanceAbilityInterface::ErrCode::SYS_ERR; in SetDarkMode() 62 return UiAppearanceAbilityInterface::ErrCode::SYS_ERR; in GetDarkMode() 71 return UiAppearanceAbilityInterface::ErrCode::SYS_ERR; in SetFontScale() 80 return UiAppearanceAbilityInterface::ErrCode::SYS_ERR; in GetFontScale() 93 return UiAppearanceAbilityInterface::ErrCode::SYS_ERR; in SetFontWeightScale() 102 return UiAppearanceAbilityInterface::ErrCode::SYS_ERR; in GetFontWeightScale()
|
H A D | ui_appearance_ability.cpp | 418 return SYS_ERR; in OnSetDarkMode() 436 return SYS_ERR; in OnSetDarkMode() 462 return SYS_ERR; in SetDarkMode() 509 return SYS_ERR; in OnSetFontScale() 526 return SYS_ERR; in OnSetFontScale() 544 return SYS_ERR; in SetFontScale() 576 return SYS_ERR; in OnSetFontWeightScale() 593 return SYS_ERR; in OnSetFontWeightScale() 611 return SYS_ERR; in SetFontWeightScale()
|
/foundation/arkui/ui_appearance/interfaces/kits/napi/src/ |
H A D | js_ui_appearance.cpp | 36 { UiAppearanceAbilityInterface::ErrCode::SYS_ERR, "Internal error. " }, member in OHOS::ArkUi::UiAppearance::__anon3700::UiAppearanceAbilityInterface::ErrCode 62 NapiThrow(env, "asyncContext is null.", UiAppearanceAbilityInterface::ErrCode::SYS_ERR); in OnExecute() 81 NapiThrow(env, "asyncContext is null.", UiAppearanceAbilityInterface::ErrCode::SYS_ERR); in OnSetFontScale() 106 NapiThrow(env, "asyncContext is null.", UiAppearanceAbilityInterface::ErrCode::SYS_ERR); in OnSetFontWeightScale() 134 NapiThrow(env, "open handle scope failed.", UiAppearanceAbilityInterface::ErrCode::SYS_ERR); in OnComplete() 139 NapiThrow(env, "asyncContext is null.", UiAppearanceAbilityInterface::ErrCode::SYS_ERR); in OnComplete() 280 NapiThrow(env, "create AsyncContext failed.", UiAppearanceAbilityInterface::ErrCode::SYS_ERR); in JSSetDarkMode() 316 if (mode == UiAppearanceAbilityInterface::ErrCode::SYS_ERR) { in JSGetDarkMode() 317 NapiThrow(env, "get dark-mode failed.", UiAppearanceAbilityInterface::ErrCode::SYS_ERR); in JSGetDarkMode() 344 if (ret == UiAppearanceAbilityInterface::ErrCode::SYS_ERR) { in JSGetFontScale() [all...] |
/foundation/arkui/ui_appearance/test/unittest/ |
H A D | ui_appearance_test.cpp | 113 EXPECT_EQ(result, UiAppearanceAbilityInterface::ErrCode::SYS_ERR); in HWTEST_F() 123 EXPECT_EQ(result, UiAppearanceAbilityInterface::ErrCode::SYS_ERR); in HWTEST_F()
|
/foundation/arkui/ui_appearance/services/include/ |
H A D | ui_appearance_ability_interface.h | 36 SYS_ERR = 500001, enumerator
|
Completed in 4 milliseconds