/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | flush_info_record.cpp | 26 FLUSH = 0, enumerator 102 … auto ret = sensorHdiConnection_.RunCommand(sensorId, static_cast<int32_t>(FlushCmdId::FLUSH), 0); in FlushProcess()
|
H A D | medical_service.cpp | 37 FLUSH = 0, enumerator 341 ((cmdType != static_cast<uint32_t>(FlushCmdId::FLUSH)) && in RunCommand() 348 if (cmdType == static_cast<uint32_t>(FlushCmdId::FLUSH)) { in RunCommand()
|
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
H A D | av_codec_service_ipc_interface_code.h | 36 FLUSH, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_state.cpp | 375 case MsgWhat::FLUSH: { in OnMsgReceived() 474 case MsgWhat::FLUSH: in OnMsgReceived() 592 case MsgWhat::FLUSH: in OnMsgReceived() 771 case MsgWhat::FLUSH: { in OnMsgReceived() 849 MsgInfo msg {MsgWhat::FLUSH, 0, nullptr}; in ChangeStateIfWeOwnAllBuffers()
|
H A D | hcodec.cpp | 146 return DoSyncCall(MsgWhat::FLUSH, nullptr); in Flush() 1384 { FLUSH, "FLUSH" }, { QUEUE_INPUT_BUFFER, "QUEUE_INPUT_BUFFER" }, in ToString()
|
H A D | hcodec.h | 77 FLUSH, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | dynamic_interface_types.h | 106 FLUSH, enumerator
|
H A D | dynamic_controller.cpp | 148 auto ret = interface_.Invoke<DynamicInterfaceName::FLUSH>(instance_); in FlushImpl()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | bundle_active_event.h | 42 static const int32_t FLUSH = 12; variable
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_period_stats.cpp | 64 if (eventId == BundleActiveEvent::SHUTDOWN || eventId == BundleActiveEvent::FLUSH) { in Update()
|
H A D | bundle_active_user_service.cpp | 179 ….eventId_ != BundleActiveEvent::SYSTEM_INTERACTIVE && event.eventId_ != BundleActiveEvent::FLUSH) { in ReportEvent() 212 if (event.eventId_ != BundleActiveEvent::FLUSH) { in ReportEvent()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | bundle_active_package_stats.cpp | 195 case BundleActiveEvent::FLUSH: in Update()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_core.cpp | 302 event.eventId_ = BundleActiveEvent::FLUSH; in RestoreToDatabase() 399 event.eventId_ = BundleActiveEvent::FLUSH; in CheckTimeChangeAndGetWallTime() 445 event.eventId_ = BundleActiveEvent::FLUSH; in OnUserSwitched()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | package_usage_test.cpp | 108 eventId = BundleActiveEvent::FLUSH; 684 event.eventId_ = BundleActiveEvent::FLUSH; 1058 int32_t eventId = BundleActiveEvent::FLUSH;
|
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/ |
H A D | medical_service_proxy.cpp | 30 FLUSH = 0, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | codec_service_stub.cpp | 42 …{static_cast<uint32_t>(OHOS::MediaAVCodec::CodecServiceInterfaceCode::FLUSH), "CodecServiceStub Fl… 159 case static_cast<uint32_t>(CodecServiceInterfaceCode::FLUSH): in OnRemoteRequest()
|
H A D | codec_service_proxy.cpp | 178 …int32_t ret = Remote()->SendRequest(static_cast<uint32_t>(CodecServiceInterfaceCode::FLUSH), data,… in Flush()
|