Home
last modified time | relevance | path

Searched defs:ChargingSoundCallBack (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/services/native/include/
H A Dcharging_sound.h25 class ChargingSoundCallBack; variable
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dcharging_sound.cpp27 class ChargingSoundCallBack : public Media::AudioHapticSoundCallback { class
29 … explicit ChargingSoundCallBack(std::shared_ptr<Media::AudioHapticSound> sound) : sound_(sound) {} in ChargingSoundCallBack() function in OHOS::PowerMgr::ChargingSoundCallBack