Home
last modified time | relevance | path

Searched refs:funcMap_ (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_stream_installer_host.cpp45 if (funcMap_.find(code) == funcMap_.end()) { in OnRemoteRequest()
50 return funcMap_[code](data, reply); in OnRemoteRequest()
113 funcMap_.emplace(static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::CREATE_STREAM), in init()
117funcMap_.emplace(static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::CREATE_SHARED_BUNDLE_ST… in init()
121 funcMap_.emplace(static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::STREAM_INSTALL), in init()
125funcMap_.emplace(static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::CREATE_SIGNATURE_FILE_S… in init()
129funcMap_.emplace(static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::CREATE_PGO_FILE_STREAM), in init()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dbluetooth_a2dp_audio_src_observer_stub.cpp25funcMap_[static_cast<uint32_t>(IBluetoothA2dpSourceObserver::Code::BT_A2DP_SRC_OBSERVER_CONNECTION… in BluetoothA2dpAudioSrcObserverStub()
27funcMap_[static_cast<uint32_t>(IBluetoothA2dpSourceObserver::Code::BT_A2DP_SRC_OBSERVER_PLAYING_ST… in BluetoothA2dpAudioSrcObserverStub()
29funcMap_[static_cast<uint32_t>(IBluetoothA2dpSourceObserver::Code::BT_A2DP_SRC_OBSERVER_CONFIGURAT… in BluetoothA2dpAudioSrcObserverStub()
31funcMap_[static_cast<uint32_t>(IBluetoothA2dpSourceObserver::Code::BT_A2DP_SRC_OBSERVER_MEDIASTACK… in BluetoothA2dpAudioSrcObserverStub()
38 funcMap_.clear(); in ~BluetoothA2dpAudioSrcObserverStub()
51 auto itFunc = funcMap_.find(code); in OnRemoteRequest()
52 if (itFunc != funcMap_.end()) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine.cpp329 funcMap_[AVTransTag::VIDEO_WIDTH] = &AVReceiverEngine::SetVideoWidth; in RegRespFunMap()
330 funcMap_[AVTransTag::VIDEO_HEIGHT] = &AVReceiverEngine::SetVideoHeight; in RegRespFunMap()
331 funcMap_[AVTransTag::VIDEO_FRAME_RATE] = &AVReceiverEngine::SetVideoFrameRate; in RegRespFunMap()
332 funcMap_[AVTransTag::AUDIO_BIT_RATE] = &AVReceiverEngine::SetAudioBitRate; in RegRespFunMap()
333 funcMap_[AVTransTag::VIDEO_BIT_RATE] = &AVReceiverEngine::SetVideoBitRate; in RegRespFunMap()
334 funcMap_[AVTransTag::VIDEO_CODEC_TYPE] = &AVReceiverEngine::SetVideoCodecType; in RegRespFunMap()
335 funcMap_[AVTransTag::AUDIO_CODEC_TYPE] = &AVReceiverEngine::SetAudioCodecType; in RegRespFunMap()
341 funcMap_[AVTransTag::TIME_SYNC_RESULT] = &AVReceiverEngine::SetSyncResult; in RegRespFunMap()
342 funcMap_[AVTransTag::START_AV_SYNC] = &AVReceiverEngine::SetStartAvSync; in RegRespFunMap()
343 funcMap_[AVTransTag::STOP_AV_SYNC] = &AVReceiverEngine::SetStopAvSync; in RegRespFunMap()
[all …]
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_skeleton.cpp47funcMap_[static_cast<uint32_t>(TRANS_ID_SYNC_TRANSACTION)] = &TestServiceStub::ServerSyncTransacti… in InitMessageProcessMap()
49 funcMap_[static_cast<uint32_t>(TRANS_ID_PING_SERVICE)] = &TestServiceStub::ServerPingService; in InitMessageProcessMap()
50funcMap_[static_cast<uint32_t>(TRANS_ID_GET_FOO_SERVICE)] = &TestServiceStub::ServerGetFooService; in InitMessageProcessMap()
54funcMap_[static_cast<uint32_t>(TRANS_ID_RAWDATA_TRANSACTION)] = &TestServiceStub::TransferRawData; in InitMessageProcessMap()
55 funcMap_[static_cast<uint32_t>(TRANS_ID_RAWDATA_REPLY)] = &TestServiceStub::ReplyRawData; in InitMessageProcessMap()
57 funcMap_[static_cast<uint32_t>(TRANS_ID_ASHMEM)] = &TestServiceStub::ReadAshmem; in InitMessageProcessMap()
59funcMap_[static_cast<uint32_t>(TRANS_ID_CALLING_UID_PID)] = &TestServiceStub::ServerCallingUidAndP… in InitMessageProcessMap()
60 funcMap_[static_cast<uint32_t>(TRANS_ID_NESTING_SEND)] = &TestServiceStub::ServerNestingSend; in InitMessageProcessMap()
61funcMap_[static_cast<uint32_t>(TRANS_ID_ACCESS_TOKENID)] = &TestServiceStub::ServerAccessTokenId; in InitMessageProcessMap()
64 funcMap_[static_cast<uint32_t>(TRANS_MESSAGE_PARCEL_ADDPED_WITH_OBJECT)] = in InitMessageProcessMap()
[all …]
H A Dtest_capi_skeleton.cpp530 std::map<int, std::function<int(NativeRemoteStubTest *stub)>> NativeRemoteStubTest::funcMap_ = { member in OHOS::NativeRemoteStubTest
599 auto it = funcMap_.find(static_cast<int>(code)); in OnRemoteRequest()
600 if (it != funcMap_.end()) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp304 funcMap_[AVTransTag::VIDEO_WIDTH] = &AVSenderEngine::SetVideoWidth; in RegRespFunMap()
305 funcMap_[AVTransTag::VIDEO_HEIGHT] = &AVSenderEngine::SetVideoHeight; in RegRespFunMap()
307 funcMap_[AVTransTag::VIDEO_FRAME_RATE] = &AVSenderEngine::SetVideoFrameRate; in RegRespFunMap()
308 funcMap_[AVTransTag::AUDIO_BIT_RATE] = &AVSenderEngine::SetAudioBitRate; in RegRespFunMap()
309 funcMap_[AVTransTag::VIDEO_BIT_RATE] = &AVSenderEngine::SetVideoBitRate; in RegRespFunMap()
310 funcMap_[AVTransTag::VIDEO_CODEC_TYPE] = &AVSenderEngine::SetVideoCodecType; in RegRespFunMap()
311 funcMap_[AVTransTag::AUDIO_CODEC_TYPE] = &AVSenderEngine::SetAudioCodecType; in RegRespFunMap()
316 funcMap_[AVTransTag::AUDIO_FRAME_SIZE] = &AVSenderEngine::SetAudioFrameSize; in RegRespFunMap()
318 funcMap_[AVTransTag::ENGINE_READY] = &AVSenderEngine::SetEngineReady; in RegRespFunMap()
319 funcMap_[AVTransTag::ENGINE_PAUSE] = &AVSenderEngine::SetEnginePause; in RegRespFunMap()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp53 pimpl->funcMap_.clear(); in ~BleSecurity()
62 pimpl->funcMap_.clear(); in InitGapEventFuncTable()
64 pimpl->funcMap_.insert( in InitGapEventFuncTable()
66 pimpl->funcMap_.insert( in InitGapEventFuncTable()
68 pimpl->funcMap_.insert( in InitGapEventFuncTable()
70 pimpl->funcMap_.insert( in InitGapEventFuncTable()
75 pimpl->funcMap_.insert( in InitGapEventFuncTable()
78 pimpl->funcMap_.insert( in InitGapEventFuncTable()
82 pimpl->funcMap_.insert( in InitGapEventFuncTable()
86 pimpl->funcMap_.insert( in InitGapEventFuncTable()
[all …]
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_service_stub.cpp40 funcMap_.clear(); in ~ConcurrentTaskServiceStub()
133 auto itFunc = funcMap_.find(code); in OnRemoteRequest()
134 if (itFunc != funcMap_.end()) { in OnRemoteRequest()
168 funcMap_ = { in Init()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_dumper.cpp32 std::map<std::string, AVSessionDumper::DumpActionType> AVSessionDumper::funcMap_ = { member in OHOS::AVSession::AVSessionDumper
285 auto it = funcMap_.find(arg); in ProcessParameter()
286 if (it != funcMap_.end()) { in ProcessParameter()
H A Davsession_dumper.h42 static std::map<std::string, AVSessionDumper::DumpActionType> funcMap_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_stream_installer_host.h45 std::map<uint32_t, std::function<ErrCode(MessageParcel &data, MessageParcel &reply)>> funcMap_; variable
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dbluetooth_a2dp_audio_src_observer_stub.h46 std::map<uint32_t, BluetoothA2dpAudioSrcObserverFunc> funcMap_; variable
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_service_stub.h42 std::map<uint32_t, RequestFuncType> funcMap_; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/
H A Dres_sched_service_stub.h58 std::map<uint32_t, RequestFuncType> funcMap_; variable
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_capi_skeleton.h117 static std::map<int, std::function<int(NativeRemoteStubTest *stub)>> funcMap_; variable
H A Dtest_service_skeleton.h127 std::map<uint32_t, TestServiceStubFunc> funcMap_; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/include/
H A Dav_receiver_engine.h134 std::map<AVTransTag, SetParaFunc> funcMap_; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/include/
H A Dav_sender_engine.h135 std::map<AVTransTag, SetParaFunc> funcMap_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
H A Dbms_stream_installer_host_test.cpp89 auto size = static_cast<int32_t>(streamInstallerHost_->funcMap_.size());