Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_trust_list.cpp50 std::string affects_value = affect.value().get<std::string>(); in GetCcmPrivilegesConfig() local
51 if (affects_value[LIVE_VIEW_INDEX] != PRIVILEGES_BANNER_NOT_ALLOW) { in GetCcmPrivilegesConfig()
54 if (affects_value.length() >= PRIVILEGES_CONFIG_MIN_LEN && in GetCcmPrivilegesConfig()
55 affects_value[PRIVILEGES_BANNER_INDEX] != PRIVILEGES_BANNER_NOT_ALLOW) { in GetCcmPrivilegesConfig()
58 if (affects_value.length() >= REMINDER_LIST_INDEX + 1 && in GetCcmPrivilegesConfig()
59 affects_value[REMINDER_LIST_INDEX] != PRIVILEGES_BANNER_NOT_ALLOW) { in GetCcmPrivilegesConfig()