Home
last modified time | relevance | path

Searched refs:SET_LISTENER_OBJ (Results 1 - 25 of 30) sorted by relevance

12

/foundation/multimedia/player_framework/services/services/screen_capture_monitor/ipc/
H A Di_standard_screen_capture_monitor_service.h38 SET_LISTENER_OBJ = 0, enumerator
H A Dscreen_capture_monitor_service_proxy.cpp47 int error = Remote()->SendRequest(SET_LISTENER_OBJ, data, reply, option); in SetListenerObject()
H A Dscreen_capture_monitor_service_stub.cpp61 screenCaptureMonitorStubFuncs_[SET_LISTENER_OBJ] = &ScreenCaptureMonitorServiceStub::SetListenerObject; in Init()
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Di_domain_rpc_service.h29 enum DomainServiceMsg { DOMAIN_MSG, SET_LISTENER_OBJ, GET_SUBSYSTEM }; enumerator
H A Ddomain_rpc_service_proxy.cpp38 int error = Remote()->SendRequest(DomainServiceMsg::SET_LISTENER_OBJ, data, reply, option); in SetListenerObject()
H A Ddomain_rpc_service_stub.cpp54 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 Di_inter_ipc.h29 enum InterIpcMsg { INTER_IPC_MSG, SET_LISTENER_OBJ, GET_SUBSYSTEM }; enumerator
H A Dinter_ipc_proxy.cpp37 int error = Remote()->SendRequest(InterIpcMsg::SET_LISTENER_OBJ, data, reply, option); in SetListenerObject()
H A Dinter_ipc_stub.cpp58 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 Dav_codec_service_ipc_interface_code.h30 SET_LISTENER_OBJ = 0, member in OHOS::MediaAVCodec::CodecServiceInterfaceCode
/foundation/multimedia/player_framework/services/services/avcodeclist/ipc/
H A Di_standard_avcodeclist_service.h42 SET_LISTENER_OBJ = 0,
/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Di_standard_transcoder_service.h51 SET_LISTENER_OBJ = 0, enumerator
H A Dtranscoder_service_proxy.cpp48 int error = Remote()->SendRequest(SET_LISTENER_OBJ, data, reply, option); in SetListenerObject()
H A Dtranscoder_service_stub.cpp60 recFuncs_[SET_LISTENER_OBJ] = &TransCoderServiceStub::SetListenerObject; in Init()
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Di_standard_avmetadatahelper_service.h65 SET_LISTENER_OBJ, enumerator
H A Davmetadatahelper_service_stub.cpp82 { SET_LISTENER_OBJ, in Init()
H A Davmetadatahelper_service_proxy.cpp123 int32_t error = Remote()->SendRequest(SET_LISTENER_OBJ, data, reply, option); in SetListenerObject()
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Di_standard_screen_capture_service.h63 SET_LISTENER_OBJ = 0, enumerator
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Di_standard_player_service.h127 SET_LISTENER_OBJ = 0, enumerator
H A Dplayer_service_proxy.cpp38 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 Di_standard_recorder_service.h101 SET_LISTENER_OBJ = 0, enumerator
H A Drecorder_service_stub.h147 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 Dcodec_service_stub.cpp35 {static_cast<uint32_t>(OHOS::MediaAVCodec::CodecServiceInterfaceCode::SET_LISTENER_OBJ),
189 case static_cast<uint32_t>(CodecServiceInterfaceCode::SET_LISTENER_OBJ): in OnRemoteRequest()
H A Dcodec_service_proxy.cpp50 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 Dplayer_service_proxy_fuzzer.cpp29 {Fuzzer::SET_LISTENER_OBJ, Fuzzer::SetListenerObjectStatic}, member in OHOS::Media::__anon11265::Fuzzer
124 return ptr->SendRequest(SET_LISTENER_OBJ, data, reply, option); in SetListenerObjectStatic()

Completed in 14 milliseconds

12