Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_trace.cpp33 const std::string COLON_SEPARATOR = ":"; variable
122 std::vector<std::string> splitResult = SplitStringBySeparator(info, COLON_SEPARATOR); in DealConfigInputInfo()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c36 #define COLON_SEPARATOR ":" macro
429 value = strstr(subVal, COLON_SEPARATOR); in GetValueFromJsonStr()