Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dapplication_context.cpp855 void ApplicationContext::SetCurrentAppMode(int32_t appMode) in SetCurrentAppMode() argument
857 TAG_LOGD(AAFwkTag::APPKIT, "setCurrentAppMode is %{public}d", appMode); in SetCurrentAppMode()
858 appMode_ = appMode; in SetCurrentAppMode()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_system_layers_manager.cpp40 "appMode" : {
/ohos5.0/foundation/ability/ability_runtime/test/unittest/application_context_test/
H A Dapplication_context_test.cpp1314 int32_t appMode = 7; variable
1315 context_->SetCurrentAppMode(appMode);
1317 EXPECT_EQ(res, appMode);