Home
last modified time | relevance | path

Searched refs:IsFileExisting (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/
H A Dringtone_player_impl.cpp75 bool RingtonePlayerImpl::IsFileExisting(const std::string &fileUri) in IsFileExisting() function in OHOS::Media::RingtonePlayerImpl
93 if (IsFileExisting(hapticUri)) { in GetNewHapticUriForAudioUri()
121 if (hapticUri == "" || !IsFileExisting(hapticUri)) { in GetHapticUriForAudioUri()
H A Dringtone_player_impl.h56 bool IsFileExisting(const std::string &fileUri);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.cpp62 static bool IsFileExisting(const std::string &fileUri) in IsFileExisting() function
80 isSupported = !hapticUri.empty() && IsFileExisting(hapticUri); in FindHapticUriByAudioUri()
239 if (IsFileExisting(hapticUri)) { in GetNewHapticUriForAudioUri()
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp277 static bool IsFileExisting(const string& filename) in IsFileExisting() function
295 if (IsFileExisting(filename)) { in ReadFile2string()