Home
last modified time | relevance | path

Searched refs:funcMap_ (Results 1 - 17 of 17) sorted by relevance

/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()
117 funcMap_.emplace(static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::CREATE_SHARED_BUNDLE_STREAM), 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_STREAM), in Init()
129 funcMap_.emplace(static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::CREATE_PGO_FILE_STREAM), in Init()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_skeleton.cpp47 funcMap_[static_cast<uint32_t>(TRANS_ID_SYNC_TRANSACTION)] = &TestServiceStub::ServerSyncTransaction; in InitMessageProcessMap()
48 funcMap_[static_cast<uint32_t>(TRANS_ID_ASYNC_TRANSACTION)] = &TestServiceStub::ServerAsyncTransaction; 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()
51 funcMap_[static_cast<uint32_t>(TRANS_ID_TRANSACT_FILE_DESC)] = &TestServiceStub::ServerTransactFileDesc; in InitMessageProcessMap()
52 funcMap_[static_cast<uint32_t>(TRANS_ID_STRING_TRANSACTION)] = &TestServiceStub::ServerStringTransaction; in InitMessageProcessMap()
53 funcMap_[static_cast<uint32_t>(TRANS_ID_ZTRACE_TRANSACTION)] = &TestServiceStub::ServerZtraceTransaction; 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()
56 funcMap_[static_cas 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()
/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()
306 funcMap_[AVTransTag::VIDEO_PIXEL_FORMAT] = &AVSenderEngine::SetVideoPixelFormat; 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()
312 funcMap_[AVTransTag::AUDIO_CHANNEL_MASK] = &AVSenderEngine::SetAudioChannelMask; in RegRespFunMap()
313 funcMap_[AVTransTa in RegRespFunMap()
[all...]
/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()
336 funcMap_[AVTransTag::AUDIO_CHANNEL_MASK] = &AVReceiverEngine::SetAudioChannelMask; in RegRespFunMap()
337 funcMap_[AVTransTag::AUDIO_SAMPLE_RATE] = &AVReceiverEngine::SetAudioSampleRate; in RegRespFunMap()
338 funcMap_[AVTransTa in RegRespFunMap()
[all...]
/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()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp35 std::map<int, func> funcMap_ {};
53 pimpl->funcMap_.clear(); in ~BleSecurity()
62 pimpl->funcMap_.clear(); in InitGapEventFuncTable()
63 pimpl->funcMap_.insert(std::make_pair(BLE_GAP_ENCRYPTION_COMPLETE_EVT, &BleSecurity::GapEncryptionComplete)); 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()
72 pimpl->funcMap_.insert(std::make_pair(BLE_GAP_LE_PAIR_FEATURE_REQ_EVT, &BleSecurity::GapLePairFeatureReq)); in InitGapEventFuncTable()
73 pimpl->funcMap_ in InitGapEventFuncTable()
[all...]
/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_; member in OHOS::AppExecFwk::BundleStreamInstallerHost
/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_service_stub.h42 std::map<uint32_t, RequestFuncType> funcMap_;
/foundation/multimedia/av_session/services/session/server/
H A Davsession_dumper.h42 static std::map<std::string, AVSessionDumper::DumpActionType> funcMap_; member in OHOS::AVSession::AVSessionDumper
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()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/
H A Dres_sched_service_stub.h59 std::map<uint32_t, RequestFuncType> funcMap_;
/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_capi_skeleton.h117 static std::map<int, std::function<int(NativeRemoteStubTest *stub)>> funcMap_; member in OHOS::NativeRemoteStubTest
H A Dtest_service_skeleton.h127 std::map<uint32_t, TestServiceStubFunc> funcMap_;
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/include/
H A Dav_sender_engine.h135 std::map<AVTransTag, SetParaFunc> funcMap_;
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/include/
H A Dav_receiver_engine.h134 std::map<AVTransTag, SetParaFunc> funcMap_;
/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()); in HWTEST_F()

Completed in 10 milliseconds