Home
last modified time | relevance | path

Searched refs:IsEndWith (Results 1 - 12 of 12) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dstring_utils.h25 inline bool IsEndWith(const std::string &str, const std::string &end) in IsEndWith() function
/foundation/filemanagement/storage_service/test/fuzztest/stringutils_fuzzer/
H A Dstringutils_fuzzer.cpp29 StorageDaemon::IsEndWith(metaData, metaData); in StringUtilsFuzzTest()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dbackup_manager.cpp246 if (IsEndWith(file.name, BACKUP_TMP_POSTFIX)) { in HaveResidueFile()
257 if (IsBeginWith(file.name, prefix) && IsEndWith(file.name, BACKUP_TMP_POSTFIX)) { in HaveResidueKey()
266 int postFixLen = IsEndWith(fileName, BACKUP_TMP_POSTFIX) ? BACKUP_POSTFIX_SIZE + BACKUP_TMP_POSTFIX_SIZE in GetBackupName()
415 bool BackupManager::IsEndWith(const std::string &fullString, const std::string &end) in IsEndWith() function in OHOS::DistributedKv::BackupManager
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_server_dump_unit_test/src/
H A Daudio_server_dump_unit_test.cpp61 * @tc.name : Test IsEndWith
64 * @tc.desc : Test IsEndWith set true end string
70 bool ret = audioServerDump.IsEndWith("Hello World!", "World!"); in HWTEST_F()
75 * @tc.name : Test IsEndWith
78 * @tc.desc : Test IsEndWith set false end string
84 bool ret = audioServerDump.IsEndWith("Hello World!", "Hello"); in HWTEST_F()
155 bool ret = audioServerDump.IsEndWith(PSDumpString, endWith); in HWTEST_F()
201 bool ret = audioServerDump.IsEndWith(RSDumpString, endWith); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_server_dump.h94 static bool IsEndWith(const std::string &mainStr, const std::string &toMatch);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dbackup_manager.h76 bool IsEndWith(const std::string &fullString, const std::string &end);
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.h158 static bool IsEndWith(const char* src, const char *end);
H A Dtransition_impl.cpp349 bool TransitionImpl::IsEndWith(const char *src, const char *end) in IsEndWith() function in OHOS::ACELite::TransitionImpl
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server_dump.cpp143 bool AudioServerDump::IsEndWith(const std::string &mainStr, const std::string &toMatch) in IsEndWith() function in OHOS::AudioStandard::AudioServerDump
158 if (IsEndWith(moduleName, "monitor")) { in IsValidModule()
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Duser_manager.cpp179 if (IsEndWith(dir.path.c_str(), "%d")) { in DestroyDirsFromVec()
H A Dmount_manager.cpp1232 if (IsEndWith(dir.path.c_str(), "%d")) { in DestroyHmdfsDirs()
1246 if (IsEndWith(dir.path.c_str(), "%d")) { in DestroyFileManagerDirs()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp1100 if (TransitionImpl::IsEndWith(value, "rad")) { in GetAnimatorValue()

Completed in 16 milliseconds