Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/insight_intent/insight_intent_context/
H A Dinsight_intent_context.h31 …ightIntentContext(const sptr<IRemoteObject>& token, const std::string& bundleName, int32_t winMode, in InsightIntentContext() argument
32 …uint64_t intentId) : token_(token), bundleName_(bundleName), winMode_(winMode), intentId_(intentId… in InsightIntentContext()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_stub.cpp418 int32_t winMode; in ReadWidgetParam() local
419 if (!data.ReadInt32(winMode)) { in ReadWidgetParam()
423 widgetParam.windowMode = static_cast<WindowModeType>(winMode); in ReadWidgetParam()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h544 static bool CheckSupportWindowMode(WindowMode winMode, uint32_t windowModeSupportType, in CheckSupportWindowMode() argument
551 if ((!IsWindowModeSupported(windowModeSupportType, winMode)) || in CheckSupportWindowMode()
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp231 WindowMode winMode = CJ_TO_NATIVE_WINDOW_MODE_MAP.at(static_cast<ApiWindowMode>(mode)); in SetWindowMode() local
232 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(windowToken_->SetWindowMode(winMode)); in SetWindowMode()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp1971 WindowMode winMode = WindowMode::WINDOW_MODE_FULLSCREEN; in OnSetWindowMode() local
1980 winMode = static_cast<WindowMode>(resultValue); in OnSetWindowMode()
1983 winMode = JS_TO_NATIVE_WINDOW_MODE_MAP.at( in OnSetWindowMode()
1997 auto asyncTask = [windowToken = wptr<Window>(windowToken_), winMode, in OnSetWindowMode()
2005 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(window->SetWindowMode(winMode)); in OnSetWindowMode()