Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_sched_ipc_interface_code.h31 REPORT_SYNC_EVENT = 7, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_service_proxy.cpp64 … ret = SendRequestToRemote(static_cast<uint32_t>(ResourceScheduleInterfaceCode::REPORT_SYNC_EVENT), in ReportSyncEvent()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_stub.cpp527 case static_cast<uint32_t>(ResourceScheduleInterfaceCode::REPORT_SYNC_EVENT): in OnRemoteRequest()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dres_sched_service_test.cpp675 … static_cast<uint32_t>(ResourceScheduleInterfaceCode::REPORT_SYNC_EVENT), reply, reply, option);