Searched refs:winMode (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/insight_intent/insight_intent_context/ |
H A D | insight_intent_context.h | 31 InsightIntentContext(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()
|
/foundation/window/window_manager/utils/include/ |
H A D | window_helper.h | 539 static bool CheckSupportWindowMode(WindowMode winMode, uint32_t modeSupportInfo, in CheckSupportWindowMode() argument 546 if ((!IsWindowModeSupported(modeSupportInfo, winMode)) || in CheckSupportWindowMode()
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.cpp | 231 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()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.cpp | 1859 WindowMode winMode = WindowMode::WINDOW_MODE_FULLSCREEN;
in OnSetWindowMode() local 1868 winMode = static_cast<WindowMode>(resultValue);
in OnSetWindowMode() 1871 winMode = JS_TO_NATIVE_WINDOW_MODE_MAP.at(
in OnSetWindowMode() 1883 [weakToken, winMode](napi_env env, NapiAsyncTask& task, int32_t status) {
in OnSetWindowMode() 1889 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->SetWindowMode(winMode));
in OnSetWindowMode()
|
Completed in 15 milliseconds