Searched refs:SetDeviceScreenDensity (Results 1 - 3 of 3) sorted by relevance
| /ide/tools/previewer/test/unittest/jsapp/ |
| H A D | JsAppImplTest.cpp | 628 JsAppImpl::GetInstance().SetDeviceScreenDensity(screenDensity, type); in TEST_F() 631 JsAppImpl::GetInstance().SetDeviceScreenDensity(screenDensity, type); in TEST_F() 634 JsAppImpl::GetInstance().SetDeviceScreenDensity(screenDensity, type); in TEST_F() 637 JsAppImpl::GetInstance().SetDeviceScreenDensity(screenDensity, type); in TEST_F() 640 JsAppImpl::GetInstance().SetDeviceScreenDensity(screenDensity, type); in TEST_F() 643 JsAppImpl::GetInstance().SetDeviceScreenDensity(screenDensity, type); in TEST_F() 646 JsAppImpl::GetInstance().SetDeviceScreenDensity(screenDensity, type); in TEST_F()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 178 SetDeviceScreenDensity(atoi(screenDensity.c_str()), commandInfo.deviceType); in SetJsAppArgs() 659 SetDeviceScreenDensity(screenDensity, commandInfo.deviceType); in SetResolutionParams() 698 void JsAppImpl::SetDeviceScreenDensity(const int32_t screenDensity, const std::string type) in SetDeviceScreenDensity() function in JsAppImpl 724 ILOG("DeviceType not supported to SetDeviceScreenDensity: %s", type.c_str()); in SetDeviceScreenDensity() 764 SetDeviceScreenDensity(atoi(screenDensity.c_str()), commandInfo.deviceType); in ParseSystemParams() 776 SetDeviceScreenDensity(atoi(screenDensity.c_str()), deviceType); in ParseSystemParams()
|
| H A D | JsAppImpl.h | 150 void SetDeviceScreenDensity(const int32_t screenDensity, const std::string type);
|
Completed in 4 milliseconds