Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_dfx_test/src/
H A Dringtone_dfx_test.cpp85 ret = dfxMgr->RequestTonesCount(SourceType::SOURCE_TYPE_INVALID);
87 ret = dfxMgr->RequestTonesCount(SourceType::SOURCE_TYPE_PRESET);
89 ret = dfxMgr->RequestTonesCount(SourceType::SOURCE_TYPE_MAX);
93 ret = dfxMgr->RequestTonesCount(SourceType::SOURCE_TYPE_PRESET);
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H A Ddfx_reporter.cpp50 … int64_t presetNum = DfxManager::GetInstance()->RequestTonesCount(SourceType::SOURCE_TYPE_PRESET); in ReportDfxMessage()
51 …int64_t customNum = DfxManager::GetInstance()->RequestTonesCount(SourceType::SOURCE_TYPE_CUSTOMISE… in ReportDfxMessage()
H A Ddfx_manager.cpp71 int64_t DfxManager::RequestTonesCount(SourceType type) in RequestTonesCount() function in OHOS::Media::DfxManager
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/
H A Ddfx_manager.h34 EXPORT int64_t RequestTonesCount(SourceType type);