Searched refs:ReportDataToResSched (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | renderer_in_server.h | 114 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 D | request_manager.h | 94 void ReportDataToResSched(std::string state, const pid_t pid, const pid_t uid);
|
H A D | locator_ability.h | 212 void ReportDataToResSched(std::string state);
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | request_manager.cpp | 674 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 D | locator_ability.cpp | 1512 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 D | renderer_in_server.cpp | 202 ReportDataToResSched(payload, ResourceSchedule::ResType::RES_TYPE_AUDIO_RENDERER_STANDBY); in CheckAndWriterRenderStreamStandbySysEvent() 429 … ReportDataToResSched(payload, ResourceSchedule::ResType::RES_TYPE_AUDIO_RENDERER_SILENT_PLAYBACK); in WriteMuteDataSysEvent() 443 … ReportDataToResSched(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 D | locator_ability_test.cpp | 527 locatorAbility->ReportDataToResSched(state);
|