Home
last modified time | relevance | path

Searched refs:comb (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_group_test.cpp67 ScreenCombination comb = screenGroup->GetCombination(); in HWTEST_F() local
68 ASSERT_EQ(ScreenCombination::SCREEN_ALONE, comb); in HWTEST_F()
83 ScreenCombination comb = screenGroup->GetCombination(); in HWTEST_F() local
84 ASSERT_EQ(ScreenCombination::SCREEN_EXPAND, comb); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp569 std::pair<std::string, std::string> comb = {locEnc.name, rmtDec.name}; in ChooseCodecType() local
570 if (CODECS_MAP.find(comb) != CODECS_MAP.end()) { in ChooseCodecType()
571 std::string codec = CODECS_MAP.at(comb); in ChooseCodecType()
572 DHLOGI("Find match comb, local encoder: %{public}s, remote decoder: %{public}s, codec: %{public}s", in ChooseCodecType()
/foundation/window/window_manager/dm/src/
H A Dscreen_manager.cpp192 ScreenCombination comb = screenGroup->GetCombination(); in NotifyVirtualScreenGroupChanged() local
193 WLOGFD("comb %{public}u", comb); in NotifyVirtualScreenGroupChanged()
196 if (comb == ScreenCombination::SCREEN_MIRROR) { in NotifyVirtualScreenGroupChanged()

Completed in 5 milliseconds