Searched refs:appMode (Results 1 – 3 of 3) sorted by relevance
855 void ApplicationContext::SetCurrentAppMode(int32_t appMode) in SetCurrentAppMode() argument857 TAG_LOGD(AAFwkTag::APPKIT, "setCurrentAppMode is %{public}d", appMode); in SetCurrentAppMode()858 appMode_ = appMode; in SetCurrentAppMode()
40 "appMode" : {
1314 int32_t appMode = 7; variable1315 context_->SetCurrentAppMode(appMode);1317 EXPECT_EQ(res, appMode);