Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:FindLastString
(Results
1 - 3
of
3
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_preferences_database.cpp
1042
std::string typeStr =
FindLastString
(GenerateBundleKey(bundleKey), entry.first);
in ParseBundlePropertyFromDisturbeDB()
1074
std::string typeStr =
FindLastString
(findString, entry.first);
in ParseSlot()
1143
std::string NotificationPreferencesDatabase::
FindLastString
(
in FindLastString()
function in OHOS::Notification::NotificationPreferencesDatabase
1195
std::string tempStr =
FindLastString
(bundleKey, key);
in IsSlotKey()
1255
std::string tempStr =
FindLastString
(findString, keyStr);
in SubUniqueIdentifyFromString()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_preferences_database.h
266
std::string
FindLastString
(const std::string &findString, const std::string &inputString) const;
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H
A
D
notification_preferences_database_branch_test.cpp
744
* @tc.desc : test
FindLastString
function and pos == std::string::npos
750
ASSERT_EQ(preferncesDB_->
FindLastString
(findString, inputString), "");
in HWTEST_F()
Completed in 6 milliseconds