/foundation/multimedia/player_framework/services/services/screen_capture_monitor/ipc/ |
H A D | i_standard_screen_capture_monitor_service.h | 38 SET_LISTENER_OBJ = 0, enumerator
|
H A D | screen_capture_monitor_service_proxy.cpp | 47 int error = Remote()->SendRequest(SET_LISTENER_OBJ, data, reply, option); in SetListenerObject()
|
H A D | screen_capture_monitor_service_stub.cpp | 61 screenCaptureMonitorStubFuncs_[SET_LISTENER_OBJ] = &ScreenCaptureMonitorServiceStub::SetListenerObject; in Init()
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/ |
H A D | i_domain_rpc_service.h | 29 enum DomainServiceMsg { DOMAIN_MSG, SET_LISTENER_OBJ, GET_SUBSYSTEM }; enumerator
|
H A D | domain_rpc_service_proxy.cpp | 38 int error = Remote()->SendRequest(DomainServiceMsg::SET_LISTENER_OBJ, data, reply, option); in SetListenerObject()
|
H A D | domain_rpc_service_stub.cpp | 54 case DomainServiceMsg::SET_LISTENER_OBJ: in OnRemoteRequest() 55 SHARING_LOGD("SET_LISTENER_OBJ."); in OnRemoteRequest()
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
H A D | i_inter_ipc.h | 29 enum InterIpcMsg { INTER_IPC_MSG, SET_LISTENER_OBJ, GET_SUBSYSTEM }; enumerator
|
H A D | inter_ipc_proxy.cpp | 37 int error = Remote()->SendRequest(InterIpcMsg::SET_LISTENER_OBJ, data, reply, option); in SetListenerObject()
|
H A D | inter_ipc_stub.cpp | 58 case InterIpcMsg::SET_LISTENER_OBJ: in OnRemoteRequest() 59 SHARING_LOGD("SET_LISTENER_OBJ."); in OnRemoteRequest()
|
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
H A D | av_codec_service_ipc_interface_code.h | 30 SET_LISTENER_OBJ = 0, member in OHOS::MediaAVCodec::CodecServiceInterfaceCode
|
/foundation/multimedia/player_framework/services/services/avcodeclist/ipc/ |
H A D | i_standard_avcodeclist_service.h | 42 SET_LISTENER_OBJ = 0,
|
/foundation/multimedia/player_framework/services/services/transcoder/ipc/ |
H A D | i_standard_transcoder_service.h | 51 SET_LISTENER_OBJ = 0,
enumerator
|
H A D | transcoder_service_proxy.cpp | 48 int error = Remote()->SendRequest(SET_LISTENER_OBJ, data, reply, option);
in SetListenerObject()
|
H A D | transcoder_service_stub.cpp | 60 recFuncs_[SET_LISTENER_OBJ] = &TransCoderServiceStub::SetListenerObject;
in Init()
|
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/ |
H A D | i_standard_avmetadatahelper_service.h | 65 SET_LISTENER_OBJ, enumerator
|
H A D | avmetadatahelper_service_stub.cpp | 82 { SET_LISTENER_OBJ, in Init()
|
H A D | avmetadatahelper_service_proxy.cpp | 123 int32_t error = Remote()->SendRequest(SET_LISTENER_OBJ, data, reply, option); in SetListenerObject()
|
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | i_standard_screen_capture_service.h | 63 SET_LISTENER_OBJ = 0, enumerator
|
/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | i_standard_player_service.h | 127 SET_LISTENER_OBJ = 0, enumerator
|
H A D | player_service_proxy.cpp | 38 playerFuncs_[SET_LISTENER_OBJ] = "Player::SetListenerObject"; in PlayerServiceProxy() 113 int32_t error = SendRequest(SET_LISTENER_OBJ, data, reply, option); in SetListenerObject()
|
/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | i_standard_recorder_service.h | 101 SET_LISTENER_OBJ = 0, enumerator
|
H A D | recorder_service_stub.h | 147 const std::set<uint32_t> COMMON_REQUEST = {SET_LISTENER_OBJ, SET_DATA_SOURCE, SET_MAX_DURATION,
|
/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | codec_service_stub.cpp | 35 {static_cast<uint32_t>(OHOS::MediaAVCodec::CodecServiceInterfaceCode::SET_LISTENER_OBJ), 189 case static_cast<uint32_t>(CodecServiceInterfaceCode::SET_LISTENER_OBJ): in OnRemoteRequest()
|
H A D | codec_service_proxy.cpp | 50 Remote()->SendRequest(static_cast<uint32_t>(CodecServiceInterfaceCode::SET_LISTENER_OBJ), data, reply, option); in SetListenerObject()
|
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/ |
H A D | player_service_proxy_fuzzer.cpp | 29 {Fuzzer::SET_LISTENER_OBJ, Fuzzer::SetListenerObjectStatic}, member in OHOS::Media::__anon11265::Fuzzer 124 return ptr->SendRequest(SET_LISTENER_OBJ, data, reply, option); in SetListenerObjectStatic()
|