Home
last modified time | relevance | path

Searched refs:systemtoneAttrsArray_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp1066 systemtoneAttrsArray_.clear(); in GetSystemToneAttrList()
1068 CHECK_AND_RETURN_RET_LOG(dataShareHelper != nullptr, systemtoneAttrsArray_, in GetSystemToneAttrList()
1078 …CHECK_AND_RETURN_RET_LOG(results != nullptr, systemtoneAttrsArray_, "query failed, ringtone librar… in GetSystemToneAttrList()
1084 systemtoneAttrsArray_.push_back(systemtoneAttrs_); in GetSystemToneAttrList()
1087 if (systemtoneAttrsArray_.empty()) { in GetSystemToneAttrList()
1092 return systemtoneAttrsArray_; in GetSystemToneAttrList()
H A Dsystem_sound_manager_impl.h216 std::vector<std::shared_ptr<ToneAttrs>> systemtoneAttrsArray_; variable