Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences.cpp25 const std::string DISTRIBUTED_LABEL = "distributed"; variable
50 if (!database_->GetEntriesFromDistributedDB(DISTRIBUTED_LABEL, entries)) { in InitDistributedAllInfo()
65 key = DISTRIBUTED_LABEL + DELIMITER + MAIN_LABEL + DELIMITER; in GetDistributedMainKey()
72 …key = DISTRIBUTED_LABEL + DELIMITER + BUNDLE_LABEL + DELIMITER + bundleOption->GetBundleName() + D… in GetDistributedBundleKey()
250 …key = DISTRIBUTED_LABEL + DELIMITER + WITHOUT_APP + DELIMITER + std::to_string(userId) + DELIMITER; in GetEnabledWithoutApp()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/
H A Ddistributed_preferences_branch_test.cpp34 const std::string DISTRIBUTED_LABEL = "distributed"; variable
80 …entry.key = DISTRIBUTED_LABEL + DELIMITER + MAIN_LABEL + DELIMITER + BUNDLE_LABEL + DELIMITER + WI…