Home
last modified time | relevance | path

Searched refs:ResolveKey (Results 1 – 3 of 3) 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()
130 ResolveKey resolveKey; in CheckDeviceId()
152 ResolveKey resolveKey; in OnDatabaseInsert()
182 ResolveKey resolveKey; in OnDatabaseUpdate()
212 ResolveKey resolveKey; in OnDatabaseDelete()
260 ResolveKey resolveKey; in OnDeviceDisconnected()
451 ResolveKey resolveKey; in GetCurrentDistributedNotification()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_notification_manager_test.cpp248 DistributedNotificationManager::ResolveKey resolveKey;
260 DistributedNotificationManager::ResolveKey resolveKey;
272 DistributedNotificationManager::ResolveKey resolveKey;
284 DistributedNotificationManager::ResolveKey resolveKey;
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_notification_manager.h146 struct ResolveKey { struct
157 bool ResolveDistributedKey(const std::string &key, ResolveKey &resolveKey); argument