Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_sync_config.cpp28 constexpr char CTRL_LIST_KEY_NAME[] = "NOTIFICATION_CTL_LIST_PKG"; variable
73 && strcmp(keyStr, CTRL_LIST_KEY_NAME) != 0)) { in ParseParameters()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp47 constexpr char CTRL_LIST_KEY_NAME[] = "NOTIFICATION_CTL_LIST_PKG"; variable
801 strcmp(key.c_str(), CTRL_LIST_KEY_NAME) == 0); in SetAdditionConfig()