Home
last modified time | relevance | path

Searched refs:numberPart (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/
H A Dsystem_sound_vibrator.cpp115 std::string numberPart = hapticsUri.substr(PREFIX.length()); in ExtractFd() local
116 for (char c : numberPart) { in ExtractFd()
122 return std::stoi(numberPart); in ExtractFd()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_manager_impl.cpp45 std::string numberPart = uri.substr(FDHEAD.length()); in ExtractFd() local
46 for (char c : numberPart) { in ExtractFd()
53 int32_t fd = atoi(numberPart.c_str()); in ExtractFd()
H A Daudio_haptic_vibrator_impl.cpp98 std::string numberPart = hapticsUri.substr(prefix.length()); in ExtractFd() local
99 for (char c : numberPart) { in ExtractFd()
106 int32_t fd = atoi(numberPart.c_str()); in ExtractFd()