Searched refs:CheckDeviceId (Results 1 – 3 of 3) sorted by relevance
135 bool DistributedNotificationManager::CheckDeviceId(const std::string &deviceId, const std::string &… in CheckDeviceId() function in OHOS::Notification::DistributedNotificationManager157 if (!CheckDeviceId(deviceId, key)) { in OnDatabaseInsert()190 if (!CheckDeviceId(deviceId, key)) { in OnDatabaseUpdate()223 if (!CheckDeviceId(deviceId, key)) { in OnDatabaseDelete()
305 EXPECT_EQ(distributedManager_->CheckDeviceId(deviceId, key), false);325 EXPECT_EQ(distributedManager_->CheckDeviceId(deviceId, key), true);
159 bool CheckDeviceId(const std::string &deviceId, const std::string &key);