Searched refs:FindLastString (Results 1 – 4 of 4) sorted by relevance
29 *FindLastString*;
1086 std::string typeStr = FindLastString(GenerateBundleKey(bundleKey), entry.first); in ParseBundlePropertyFromDisturbeDB()1118 std::string typeStr = FindLastString(findString, entry.first); in ParseSlot()1187 std::string NotificationPreferencesDatabase::FindLastString( in FindLastString() function in OHOS::Notification::NotificationPreferencesDatabase1239 std::string tempStr = FindLastString(bundleKey, key); in IsSlotKey()1299 std::string tempStr = FindLastString(findString, keyStr); in SubUniqueIdentifyFromString()
278 std::string FindLastString(const std::string &findString, const std::string &inputString) const;
750 ASSERT_EQ(preferncesDB_->FindLastString(findString, inputString), "");