/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_impl_test.cpp | 73 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); in CreateStretchableWindow() 96 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 116 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 147 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 173 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 181 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 206 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 233 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 252 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 258 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); [all …]
|
H A D | window_effect_test.cpp | 67 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 92 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 117 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 149 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 179 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 204 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 229 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK));
|
H A D | window_impl_test2.cpp | 78 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); in CreateStretchableWindow() 104 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 137 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 168 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 200 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 229 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 260 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 303 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 333 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 361 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); [all …]
|
H A D | window_impl_test3.cpp | 449 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 520 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 528 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 561 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 589 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 613 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 643 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 686 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 722 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 842 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); [all …]
|
H A D | window_impl_test5.cpp | 116 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 192 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 361 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 750 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 808 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK)); 853 EXPECT_CALL(m->Mock(), GetSystemConfig(_)).WillOnce(Return(WMError::WM_OK));
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_proxy_test.cpp | 444 HWTEST_F(WindowManagerProxyTest, GetSystemConfig, Function | SmallTest | Level2) 448 WMError err = windowManagerProxy_->GetSystemConfig(systemConfig); 479 WMError err = windowManagerProxy_->GetSystemConfig(systemConfig); 495 WMError err = windowManagerProxy_->GetSystemConfig(systemConfig); 509 WMError err = windowManagerProxy_->GetSystemConfig(systemConfig); 566 WMError err = windowManagerProxy_->GetSystemConfig(systemConfig); 583 WMError err = windowManagerProxy_->GetSystemConfig(systemConfig); 598 WMError err = windowManagerProxy_->GetSystemConfig(systemConfig); 625 WMError err = windowManagerProxy_->GetSystemConfig(systemConfig);
|
H A D | window_manager_stub_impl.h | 107 WMError GetSystemConfig(SystemConfig& systemConfig) in GetSystemConfig() function
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | sub_session.cpp | 190 uint32_t minWidth = GetSystemConfig().miniWidthOfSubWindow_; in RectCheck() 191 uint32_t minHeight = GetSystemConfig().miniHeightOfSubWindow_; in RectCheck() 192 uint32_t maxFloatingWindowSize = GetSystemConfig().maxFloatingWindowSize_; in RectCheck()
|
H A D | main_session.cpp | 203 uint32_t minWidth = GetSystemConfig().miniWidthOfMainWindow_; in RectCheck() 204 uint32_t minHeight = GetSystemConfig().miniHeightOfMainWindow_; in RectCheck() 205 uint32_t maxFloatingWindowSize = GetSystemConfig().maxFloatingWindowSize_; in RectCheck()
|
H A D | system_session.cpp | 330 uint32_t maxFloatingWindowSize = GetSystemConfig().maxFloatingWindowSize_; in RectCheck()
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | js_process.h | 214 napi_value GetSystemConfig(napi_env env, napi_value name) const; 276 napi_value GetSystemConfig(napi_env env, napi_value name) const;
|
H A D | native_module_process.cpp | 480 static napi_value GetSystemConfig(napi_env env, napi_callback_info info) in GetSystemConfig() function 490 return object.GetSystemConfig(env, args); in GetSystemConfig() 579 return object->GetSystemConfig(env, args); in GetSystemConfigOfProcess() 710 DECLARE_NAPI_FUNCTION("getSystemConfig", GetSystemConfig), in Init()
|
H A D | js_process.cpp | 441 napi_value Process::GetSystemConfig(napi_env env, napi_value name) const in GetSystemConfig() function in OHOS::JsSysModule::Process::Process 533 napi_value ProcessManager::GetSystemConfig(napi_env env, napi_value name) const in GetSystemConfig() function in OHOS::JsSysModule::Process::ProcessManager
|
/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_window_adapter.h | 54 MOCK_METHOD1(GetSystemConfig, WMError(SystemConfig& systemConfig));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_scene.cpp | 455 CHECK_EQUAL_VOID(session_->GetSystemConfig().uiType_, "pc"); in DisposeSnapshotAndBlankWindow() 456 CHECK_EQUAL_VOID(session_->GetSystemConfig().freeMultiWindowEnable_, true); in DisposeSnapshotAndBlankWindow() 647 CHECK_EQUAL_RETURN(session_->GetSystemConfig().uiType_, "pc", false); in OnDirtyLayoutWrapperSwap() 648 CHECK_EQUAL_RETURN(session_->GetSystemConfig().freeMultiWindowEnable_, true, false); in OnDirtyLayoutWrapperSwap()
|
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_proxy.h | 62 WMError GetSystemConfig(SystemConfig& systemConfig) override;
|
H A D | window_manager_interface.h | 122 virtual WMError GetSystemConfig(SystemConfig& systemConfig) = 0;
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 60 virtual WMError GetSystemConfig(SystemConfig& systemConfig);
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_manager_service.h | 130 WMError GetSystemConfig(SystemConfig& systemConfig) override;
|
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/ |
H A D | window_manager_stub.cpp | 208 WMError errCode = GetSystemConfig(config); in OnRemoteRequest()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 262 WMError WindowAdapter::GetSystemConfig(SystemConfig& systemConfig) in GetSystemConfig() function in OHOS::Rosen::WindowAdapter 268 return wmsProxy->GetSystemConfig(systemConfig); in GetSystemConfig()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_interface.h | 216 WMError GetSystemConfig(SystemConfig& systemConfig) override { return WMError::WM_OK; } in GetSystemConfig() function
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session_manager.h | 70 static napi_value GetSystemConfig(napi_env env, napi_callback_info info);
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/test/ |
H A D | test_process.cpp | 669 napi_value result = process.GetSystemConfig(env, config);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | session_wrapper_impl.cpp | 341 auto extConfig = session_->GetSystemConfig(); in UpdateSessionConfig()
|