Home
last modified time | relevance | path

Searched refs:ByteCalculate (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/
H A Dscreen_manager_adapter.cpp39 uint32_t ScreenMgrAdapter::ByteCalculate(std::uint32_t screenWidth) in ByteCalculate() function in OHOS::DistributedHardware::ScreenMgrAdapter
70 width = ByteCalculate(width); in CreateVirtualScreen()
176 width = ByteCalculate(width); in GetMapRelation()
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/test/unittest/screenhandler/src/
H A Ddscreen_handler_test.cpp68 uint32_t ret = DScreenHandler::GetInstance().screenListener_->ByteCalculate(320);
70 ret = DScreenHandler::GetInstance().screenListener_->ByteCalculate(312);
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp64 uint32_t ScreenListener::ByteCalculate(std::uint32_t screenWidth) in ByteCalculate() function in OHOS::DistributedHardware::ScreenListener
91 screenWidth = ByteCalculate(screenWidth); in OnConnect()
155 screenWidth = screenListener_->ByteCalculate(screenWidth); in Query()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/include/
H A Dscreen_manager_adapter.h43 uint32_t ByteCalculate(uint32_t screenWidth);
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/include/
H A Ddscreen_handler.h31 uint32_t ByteCalculate(uint32_t screenWidth);