Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp32 const char INSPECTOR_RESOLUTION[] = "$resolution"; variable
172 jsonRoot->Put(INSPECTOR_RESOLUTION, std::to_string(PipelineBase::GetCurrentDensity()).c_str()); in GetInspectorTree()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp47 constexpr char INSPECTOR_RESOLUTION[] = "$resolution"; variable
126 jsonNode->Put(INSPECTOR_RESOLUTION, std::to_string(PipelineBase::GetCurrentDensity()).c_str()); in AssembleJSONTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp49 const char INSPECTOR_RESOLUTION[] = "$resolution"; variable
395 jsonRoot->Put(INSPECTOR_RESOLUTION, std::to_string(PipelineBase::GetCurrentDensity()).c_str()); in GetContextInfo()
733 jsonRoot->Put(INSPECTOR_RESOLUTION, std::to_string(SystemProperties::GetResolution()).c_str()); in GetSimplifiedInspector()