Home
last modified time | relevance | path

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

/foundation/multimedia/ringtone_library/test/unittest/ringtone_dfx_test/src/
H A Dringtone_dfx_test.cpp85 ret = dfxMgr->RequestTonesCount(SourceType::SOURCE_TYPE_INVALID); in HWTEST_F()
87 ret = dfxMgr->RequestTonesCount(SourceType::SOURCE_TYPE_PRESET); in HWTEST_F()
89 ret = dfxMgr->RequestTonesCount(SourceType::SOURCE_TYPE_MAX); in HWTEST_F()
93 ret = dfxMgr->RequestTonesCount(SourceType::SOURCE_TYPE_PRESET); in HWTEST_F()
/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_CUSTOMISED); in ReportDfxMessage()
H A Ddfx_manager.cpp71 int64_t DfxManager::RequestTonesCount(SourceType type) in RequestTonesCount() function in OHOS::Media::DfxManager
/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/
H A Ddfx_manager.h34 EXPORT int64_t RequestTonesCount(SourceType type);

Completed in 1 milliseconds