Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp422 xmlChar *idPtr = xmlNodeGetContent(value); in GetTimezones() local
423 if (idPtr != nullptr) { in GetTimezones()
424 zones.push_back(reinterpret_cast<const char*>(idPtr)); in GetTimezones()
425 xmlFree(idPtr); in GetTimezones()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp446 auto idPtr = std::get_if<uint32_t>(&blendAlpha); in GetBlendAlpha() local
447 if (idPtr) { in GetBlendAlpha()
448 return ThemeConstants::GetDouble(*idPtr); in GetBlendAlpha()