Home
last modified time | relevance | path

Searched defs:toneAttrs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/include/
H A Dsystem_sound_manager_napi.h193 std::shared_ptr<ToneAttrs> toneAttrs; member
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp1295 …nst std::shared_ptr<AbilityRuntime::Context> &context, const std::shared_ptr<ToneAttrs> &toneAttrs, in AddCustomizedToneByExternalUri()
1315 const std::shared_ptr<ToneAttrs> &toneAttrs, const int32_t &fd) in AddCustomizedToneByFd()
1320 void SystemSoundManagerImpl::GetCustomizedTone(const std::shared_ptr<ToneAttrs> &toneAttrs) in GetCustomizedTone()
1337 const std::shared_ptr<ToneAttrs> &toneAttrs) in AddCustomizedTone()
1373 …nst std::shared_ptr<AbilityRuntime::Context> &context, const std::shared_ptr<ToneAttrs> &toneAttrs, in AddCustomizedToneByFdAndOffset()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp1547 std::shared_ptr<ToneAttrs> toneAttrs = variable
1566 std::shared_ptr<ToneAttrs> toneAttrs = variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/
H A Dsystem_sound_manager_napi.cpp1170 for (auto &toneAttrs : context->toneAttrsArray) { in GetToneAttrsListAsyncCallbackComp() local