Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp67 const char TAG_CONDITION_DELIM = '&'; variable
753 while (std::getline(ss, conditionSubstr, TAG_CONDITION_DELIM)) { in ParseCondition()