Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/
H A Dcamera.cpp28 const char DEVICE_POSITION[] = "devicePosition"; variable
235 …paramStream << DEVICE_POSITION << PARAM_EQUALS << static_cast<int32_t>(devicePosition_) << PARAM_A… in OpenCamera()