Searched refs:IsEndWith (Results 1 - 12 of 12) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/ |
H A D | string_utils.h | 25 inline bool IsEndWith(const std::string &str, const std::string &end) in IsEndWith() function
|
/foundation/filemanagement/storage_service/test/fuzztest/stringutils_fuzzer/ |
H A D | stringutils_fuzzer.cpp | 29 StorageDaemon::IsEndWith(metaData, metaData); in StringUtilsFuzzTest()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | backup_manager.cpp | 246 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 D | audio_server_dump_unit_test.cpp | 61 * @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 D | audio_server_dump.h | 94 static bool IsEndWith(const std::string &mainStr, const std::string &toMatch);
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | backup_manager.h | 76 bool IsEndWith(const std::string &fullString, const std::string &end);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/ |
H A D | transition_impl.h | 158 static bool IsEndWith(const char* src, const char *end);
|
H A D | transition_impl.cpp | 349 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 D | audio_server_dump.cpp | 143 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 D | user_manager.cpp | 179 if (IsEndWith(dir.path.c_str(), "%d")) { in DestroyDirsFromVec()
|
H A D | mount_manager.cpp | 1232 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 D | component.cpp | 1100 if (TransitionImpl::IsEndWith(value, "rad")) { in GetAnimatorValue()
|
Completed in 16 milliseconds