Home
last modified time | relevance | path

Searched refs:ExpandOption (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/test/fuzztest/dms/screenmanager_fuzzer/
H A Dscreenmanager_fuzzer.cpp163 std::vector<ExpandOption> options = {{0, 0, 0}, {screenId, 0, 0}}; in MakeExpandWithVirtualScreenFuzzTest()
307 std::vector<ExpandOption> options; in MakeExpandFuzzTest()
311 ExpandOption option = {screenId, 0, 0}; in MakeExpandFuzzTest()
/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp544 std::vector<ExpandOption> options = {{defaultScreen->GetId(), 0, 0}, {virtualScreenId, defaultWidth_, 0}}; in HWTEST_F()
590 std::vector<ExpandOption> options = {{defaultScreenId_, 0, 0}, {virtualScreenId, defaultWidth_, 0}}; in HWTEST_F()
784 std::vector<ExpandOption> options = {{defaultScreen->GetId(), 0, 0}, {virtualScreenId, defaultWidth_, 0}}; in HWTEST_F()
835 std::vector<ExpandOption> options = {{defaultScreen->GetId(), 0, 0}, {virtualScreenId, defaultWidth_, 0}}; in HWTEST_F()
904 std::vector<ExpandOption> options = {{defaultScreen->GetId(), 0, 0}, {virtualScreenId, defaultWidth_, 0}}; in HWTEST_F()
1025 std::vector<ExpandOption> options = {{defaultScreenId_, 0, 0}, {virtualScreenId, defaultWidth_, 0}}; in HWTEST_F()
1078 std::vector<ExpandOption> options = {{defaultDisplayId_, 0, 0}, {virtualScreenId, defaultWidth_, 0}}; in HWTEST_F()
1117 std::vector<ExpandOption> options = {{defaultDisplayId_, 0, 0}, {virtualScreenId, defaultWidth_, 0}}; in HWTEST_F()
1156 std::vector<ExpandOption> options = {{defaultDisplayId_, 0, 0}, {virtualScreenId, defaultWidth_, 0}}; in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen_manager.h103 DMError MakeExpand(const std::vector<ExpandOption>& options, ScreenId& screenGroupId);
H A Ddm_common.h400 struct ExpandOption { struct
/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_manager_test.cpp147 std::vector<ExpandOption> options = {{validId, 0, 0}, {vScreenId, defaultWidth_, 0}}; in HWTEST_F()
158 * @tc.desc: Makepand with empty ExpandOption, return SCREEN_ID_INVALID
164 std::vector<ExpandOption> options = {}; in HWTEST_F()
172 * @tc.desc: Makepand with ExpandOption.size() > MAX_SCREEN_SIZE, return SCREEN_ID_INVALID
177 std::vector<ExpandOption> options = {}; in HWTEST_F()
179 ExpandOption option; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Dtest.cpp188 vector<ExpandOption> options = {{defaultDisplay->GetScreenId(), 0, 0}, {expandId, defaultDisplay->GetWidth(), 0}}; in StartExpand()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp546 std::vector<ExpandOption> options; in OnMakeExpand()
550 ExpandOption expandOption; in OnMakeExpand()
689 static int32_t GetExpandOptionFromJs(napi_env env, napi_value optionObject, ExpandOption& option) in GetExpandOptionFromJs()
/foundation/window/window_manager/dm/src/
H A Dscreen_manager.cpp434 DMError ScreenManager::MakeExpand(const std::vector<ExpandOption>& options, ScreenId& screenGroupId) in MakeExpand()

Completed in 12 milliseconds