Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_notification_manager.cpp101 bool DistributedNotificationManager::ResolveDistributedKey(const std::string &key, ResolveKey &reso… in ResolveDistributedKey() function in OHOS::Notification::DistributedNotificationManager
131 if (!ResolveDistributedKey(key, resolveKey)) { in CheckDeviceId()
153 if (!ResolveDistributedKey(key, resolveKey)) { in OnDatabaseInsert()
183 if (!ResolveDistributedKey(key, resolveKey)) { in OnDatabaseUpdate()
213 if (!ResolveDistributedKey(key, resolveKey)) { in OnDatabaseDelete()
261 if (!ResolveDistributedKey(index.key.ToString(), resolveKey)) { in OnDeviceDisconnected()
452 if (!ResolveDistributedKey(index.key.ToString(), resolveKey)) { in GetCurrentDistributedNotification()
H A Ddistributed_preferences.cpp55 if (!ResolveDistributedKey(entry)) { in InitDistributedAllInfo()
77 bool DistributedPreferences::ResolveDistributedKey(const DistributedKv::Entry &entry) in ResolveDistributedKey() function in OHOS::Notification::DistributedPreferences
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_notification_manager_test.cpp249 EXPECT_EQ(distributedManager_->ResolveDistributedKey(key, resolveKey), false);
261 EXPECT_EQ(distributedManager_->ResolveDistributedKey(key, resolveKey), false);
273 EXPECT_EQ(distributedManager_->ResolveDistributedKey(key, resolveKey), false);
285 EXPECT_EQ(distributedManager_->ResolveDistributedKey(key, resolveKey), true);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/
H A Ddistributed_preferences_branch_test.cpp69 EXPECT_EQ(distributedPreferences_->ResolveDistributedKey(entry), false);
81 EXPECT_EQ(distributedPreferences_->ResolveDistributedKey(entry), true);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences.h97 bool ResolveDistributedKey(const DistributedKv::Entry &entry);
H A Ddistributed_notification_manager.h157 bool ResolveDistributedKey(const std::string &key, ResolveKey &resolveKey);