Home
last modified time | relevance | path

Searched defs:resolution (Results 1 – 13 of 13) sorted by relevance

/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_resolution_test.cpp49 OHOS::Print::PrintResolution resolution; variable
66 OHOS::Print::PrintResolution resolution; variable
79 OHOS::Print::PrintResolution resolution; variable
92 OHOS::Print::PrintResolution resolution; variable
105 OHOS::Print::PrintResolution resolution; variable
118 OHOS::Print::PrintResolution resolution; variable
134 OHOS::Print::PrintResolution resolution; variable
152 OHOS::Print::PrintResolution resolution; variable
166 OHOS::Print::PrintResolution resolution; variable
Dprinter_capability_test.cpp111 std::vector<PrintResolution> resolution, getResolution; variable
129 std::vector<PrintResolution> resolution; variable
/base/print/print_fwk/frameworks/helper/print_helper/src/
Dprint_resolution_helper.cpp24 napi_value PrintResolutionHelper::MakeJsObject(napi_env env, const PrintResolution &resolution) in MakeJsObject()
/base/print/print_fwk/frameworks/ohprint/src/
Dprint_converter.cpp123 std::string GetResolutionString(Print_Resolution resolution) in GetResolutionString()
Dprint_helper.cpp287 bool ParseResolutionObject(const nlohmann::json &jsonObject, Print_Resolution &resolution) in ParseResolutionObject()
317 Print_Resolution resolution; in ParseResolutionArray() local
/base/sensors/medical_sensor/utils/src/
Dmedical.cpp94 void MedicalSensor::SetResolution(float resolution) in SetResolution()
/base/sensors/sensor/utils/common/src/
Dsensor.cpp118 void Sensor::SetResolution(float resolution) in SetResolution()
/base/sensors/sensor/test/unittest/interfaces/kits/
Dsensor_native_test.cpp157 float resolution = INVALID_RESOLUTION; variable
333 float *resolution = nullptr; variable
/base/sensors/sensor/frameworks/native/src/
Dnative_sensor.cpp149 int32_t OH_SensorInfo_GetResolution(Sensor_Info* sensor, float *resolution) in OH_SensorInfo_GetResolution()
/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp198 auto resolution = SCREEN_DENSITY_NOT_SET; in ConvertDensity() local
/base/print/print_fwk/services/print_service/src/
Dprint_system_data.cpp562 [](const nlohmann::json &item, PrintResolution &resolution) -> bool { in ConvertJsonToPrintResolution()
/base/print/print_fwk/frameworks/ohprint/include/
Dohprint.h434 Print_Resolution resolution; member
/base/print/print_fwk/test/unittest/service_test/
Dprint_system_data_test.cpp600 nlohmann::json resolution = nlohmann::json::array(); variable