Home
last modified time | relevance | path

Searched refs:ReportDataToResSched (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Drenderer_in_server.h114 void ReportDataToResSched(bool isSilent);
115 void ReportDataToResSched(std::unordered_map<std::string, std::string> payload, uint32_t type);
/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h94 void ReportDataToResSched(std::string state, const pid_t pid, const pid_t uid);
H A Dlocator_ability.h212 void ReportDataToResSched(std::string state);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp674 ReportDataToResSched("start", pid, uid); in UpdateRunningUids()
682 ReportDataToResSched("stop", pid, uid); in UpdateRunningUids()
690 void RequestManager::ReportDataToResSched(std::string state, const pid_t pid, const pid_t uid) in ReportDataToResSched() function in OHOS::Location::RequestManager
H A Dlocator_ability.cpp1512 void LocatorAbility::ReportDataToResSched(std::string state) in ReportDataToResSched() function in OHOS::Location::LocatorAbility
2263 locatorAbility->ReportDataToResSched(state); in SetSwitchStateToDbEvent()
2289 LocatorAbility::GetInstance()->ReportDataToResSched(state); in SetSwitchStateToDbForUserEvent()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Drenderer_in_server.cpp202 ReportDataToResSched(payload, ResourceSchedule::ResType::RES_TYPE_AUDIO_RENDERER_STANDBY); in CheckAndWriterRenderStreamStandbySysEvent()
429ReportDataToResSched(payload, ResourceSchedule::ResType::RES_TYPE_AUDIO_RENDERER_SILENT_PLAYBACK); in WriteMuteDataSysEvent()
443ReportDataToResSched(payload, ResourceSchedule::ResType::RES_TYPE_AUDIO_RENDERER_SILENT_PLAYBACK); in WriteMuteDataSysEvent()
448 void RendererInServer::ReportDataToResSched(std::unordered_map<std::string, std::string> payload, u… in ReportDataToResSched() function in OHOS::AudioStandard::RendererInServer
/ohos5.0/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp527 locatorAbility->ReportDataToResSched(state);