Home
last modified time | relevance | path

Searched defs:collaborativeDeleteTypes (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/common/include/
Ddistributed_data_define.h41 std::unordered_set<std::string> collaborativeDeleteTypes; member
/base/notification/distributed_notification_service/services/distributed/src/soft_bus/
Ddistributed_subscriber.cpp199 …auto collaborativeDeleteTypes = DistributedLocalConfig::GetInstance().GetCollaborativeDeleteTypes(… in CheckCollaborativeRemoveType() local
/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_subscriber_test.cpp40 std::unordered_set<std::string> collaborativeDeleteTypes({ "LIVE_VIEW" }); in SetUp() local
/base/notification/distributed_notification_service/services/ans/src/common/
Dnotification_config_parse.cpp346 …nlohmann::json collaborativeDeleteTypes = root[CFG_KEY_NOTIFICATION_SERVICE][CFG_KEY_COLLABORATIVE… in GetCollaborativeDeleteType() local