Searched defs:screenMode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | js_embeddable_ui_ability_context.cpp | 50 const std::shared_ptr<UIExtensionContext>& uiExtContext, int32_t screenMode) in JsEmbeddableUIAbilityContext() 564 std::shared_ptr<AbilityContext> uiAbiContext, napi_value &objValue, int32_t screenMode) in WrapJsUIAbilityContext() 587 std::shared_ptr<UIExtensionContext> uiExtContext, napi_value &objValue, int32_t screenMode) in WrapJsUIExtensionContext() 610 …AbilityContext> uiAbiContext, std::shared_ptr<UIExtensionContext> uiExtContext, int32_t screenMode) in CreateJsEmbeddableUIAbilityContext()
|
H A D | js_ui_extension.cpp | 171 std::shared_ptr<UIExtensionContext> context, int32_t screenMode) in CreateJSContext() 199 int32_t screenMode = want->GetIntParam(AAFwk::SCREEN_MODE_KEY, AAFwk::IDLE_SCREEN_MODE); in BindContext() local 264 int32_t screenMode = want.GetIntParam(AAFwk::SCREEN_MODE_KEY, AAFwk::IDLE_SCREEN_MODE); in OnStart() local 675 int32_t screenMode = want.GetIntParam(AAFwk::SCREEN_MODE_KEY, AAFwk::IDLE_SCREEN_MODE); in HandleSessionCreate() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.cpp | 244 …int32_t screenMode = want->GetIntParam(AAFwk::SCREEN_MODE_KEY, AAFwk::ScreenMode::IDLE_SCREEN_MODE… in SetAbilityContext() local 284 void JsUIAbility::CreateJSContext(napi_env env, napi_value &contextObj, int32_t screenMode) in CreateJSContext()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 1404 sptr<SupportedScreenModes> screenMode = GetActiveScreenMode(); in Resize() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 1322 auto screenMode = rsInterface_.GetScreenActiveMode(screenId); in CreateScreenProperty() local
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 3036 …int32_t screenMode = extensionSessionInfo->want.GetIntParam(AAFwk::SCREEN_MODE_KEY, AAFwk::IDLE_SC… in StartUIExtensionAbility() local 11436 int32_t screenMode = want.GetIntParam(AAFwk::SCREEN_MODE_KEY, AAFwk::IDLE_SCREEN_MODE); in GenerateEmbeddableUIAbilityRequest() local
|