/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_stream_installer_host.cpp | 45 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() 117 …funcMap_.emplace(static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::CREATE_SHARED_BUNDLE_ST… in init() 121 funcMap_.emplace(static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::STREAM_INSTALL), in init() 125 …funcMap_.emplace(static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::CREATE_SIGNATURE_FILE_S… in init() 129 …funcMap_.emplace(static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::CREATE_PGO_FILE_STREAM), in init()
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | bluetooth_a2dp_audio_src_observer_stub.cpp | 25 …funcMap_[static_cast<uint32_t>(IBluetoothA2dpSourceObserver::Code::BT_A2DP_SRC_OBSERVER_CONNECTION… in BluetoothA2dpAudioSrcObserverStub() 27 …funcMap_[static_cast<uint32_t>(IBluetoothA2dpSourceObserver::Code::BT_A2DP_SRC_OBSERVER_PLAYING_ST… in BluetoothA2dpAudioSrcObserverStub() 29 …funcMap_[static_cast<uint32_t>(IBluetoothA2dpSourceObserver::Code::BT_A2DP_SRC_OBSERVER_CONFIGURAT… in BluetoothA2dpAudioSrcObserverStub() 31 …funcMap_[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 D | av_receiver_engine.cpp | 329 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 D | test_service_skeleton.cpp | 47 …funcMap_[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() 50 … funcMap_[static_cast<uint32_t>(TRANS_ID_GET_FOO_SERVICE)] = &TestServiceStub::ServerGetFooService; in InitMessageProcessMap() 54 … funcMap_[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() 59 …funcMap_[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() 61 … funcMap_[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 D | test_capi_skeleton.cpp | 530 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 D | av_sender_engine.cpp | 304 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 D | ble_security.cpp | 53 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 D | concurrent_task_service_stub.cpp | 40 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 D | avsession_dumper.cpp | 32 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 D | avsession_dumper.h | 42 static std::map<std::string, AVSessionDumper::DumpActionType> funcMap_; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_stream_installer_host.h | 45 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 D | bluetooth_a2dp_audio_src_observer_stub.h | 46 std::map<uint32_t, BluetoothA2dpAudioSrcObserverFunc> funcMap_; variable
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_service_stub.h | 42 std::map<uint32_t, RequestFuncType> funcMap_; variable
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/ |
H A D | res_sched_service_stub.h | 58 std::map<uint32_t, RequestFuncType> funcMap_; variable
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/ |
H A D | test_capi_skeleton.h | 117 static std::map<int, std::function<int(NativeRemoteStubTest *stub)>> funcMap_; variable
|
H A D | test_service_skeleton.h | 127 std::map<uint32_t, TestServiceStubFunc> funcMap_; variable
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/include/ |
H A D | av_receiver_engine.h | 134 std::map<AVTransTag, SetParaFunc> funcMap_; variable
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/include/ |
H A D | av_sender_engine.h | 135 std::map<AVTransTag, SetParaFunc> funcMap_; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/ |
H A D | bms_stream_installer_host_test.cpp | 89 auto size = static_cast<int32_t>(streamInstallerHost_->funcMap_.size());
|