Home
last modified time | relevance | path

Searched refs:dhId (Results 426 - 450 of 453) sorted by relevance

1...<<111213141516171819

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_output.cpp30 DCameraSinkOutput::DCameraSinkOutput(const std::string& dhId, std::shared_ptr<ICameraOperator>& cameraOperator) in DCameraSinkOutput() argument
31 : dhId_(dhId), operator_(cameraOperator) in DCameraSinkOutput()
33 DHLOGI("DCameraSinkOutput Constructor dhId: %{public}s", GetAnonyString(dhId_).c_str()); in DCameraSinkOutput()
46 DHLOGI("Init dhId: %{public}s", GetAnonyString(dhId_).c_str()); in Init()
70 DHLOGI("UnInit dhId: %{public}s", GetAnonyString(dhId_).c_str()); in UnInit()
81 DHLOGI("OpenChannel dhId: %{public}s", GetAnonyString(dhId_).c_str()); in OpenChannel()
102 DHLOGE("channel create session failed, dhId: %{public}s, ret: %{public}d", in OpenChannel()
112 DHLOGI("CloseChannel dhId: %{public}s", GetAnonyString(dhId_).c_str()); in CloseChannel()
118 DHLOGI("DCameraSinkOutput UnInit release continue session failed, dhId: %{public}s, ret: %{public}d", in CloseChannel()
129 DHLOGI("DCameraSinkOutput UnInit release snapshot session failed, dhId in CloseChannel()
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_producer.cpp33 DCameraStreamDataProcessProducer::DCameraStreamDataProcessProducer(std::string devId, std::string dhId, in DCameraStreamDataProcessProducer() argument
35 : devId_(devId), dhId_(dhId), streamId_(streamId), streamType_(streamType), eventHandler_(nullptr), in DCameraStreamDataProcessProducer()
38 DHLOGI("DCameraStreamDataProcessProducer Constructor devId %{public}s dhId %{public}s streamType: %{public}d " in DCameraStreamDataProcessProducer()
47 DHLOGI("DCameraStreamDataProcessProducer Destructor devId %{public}s dhId %{public}s state: %{public}d streamType" in ~DCameraStreamDataProcessProducer()
57 DHLOGI("DCameraStreamDataProcessProducer Start producer devId: %{public}s dhId: %{public}s streamType: %{public}d " in Start()
81 DHLOGI("DCameraStreamDataProcessProducer Stop devId: %{public}s dhId: %{public}s streamType: %{public}d " in Stop()
104 DHLOGI("DCameraStreamDataProcessProducer Stop end devId: %{public}s dhId: %{public}s streamType: %{public}d " in Stop()
115 DHLOGD("DCameraStreamDataProcessProducer FeedStream devId %{public}s dhId %{public}s streamId: %{public}d " in FeedStream()
120 DHLOGD("DCameraStreamDataProcessProducer FeedStream OverSize devId %{public}s dhId %{public}s streamType: " in FeedStream()
166 DHLOGI("LooperSnapShot producer get buffer devId: %{public}s dhId in LooperSnapShot()
[all...]
H A Ddcamera_source_data_process.cpp26 DCameraSourceDataProcess::DCameraSourceDataProcess(std::string devId, std::string dhId, DCStreamType streamType) in DCameraSourceDataProcess() argument
27 : devId_(devId), dhId_(dhId), streamType_(streamType), isFirstContStream_(true) in DCameraSourceDataProcess()
29 DHLOGI("DCameraSourceDataProcess Constructor devId %{public}s dhId %{public}s streamType %{public}d", in DCameraSourceDataProcess()
35 DHLOGI("DCameraSourceDataProcess Destructor devId %{public}s dhId %{public}s streamType %{public}d", in ~DCameraSourceDataProcess()
51 DHLOGI("DCameraSourceDataProcess FeedStream devId %{public}s dhId %{public}s size: %{public}" PRIu64 in FeedStream()
58 DHLOGD("DCameraSourceDataProcess FeedStream devId %{public}s dhId %{public}s streamType %{public}d streamSize: " in FeedStream()
70 DHLOGI("DCameraSourceDataProcess ConfigStreams devId %{public}s dhId %{public}s streamType %{public}d size " in ConfigStreams()
81 DHLOGI("DCameraSourceDataProcess ConfigStreams devId %{public}s dhId %{public}s, streamId: %{public}d info: " in ConfigStreams()
95 DHLOGI("DCameraSourceDataProcess ConfigStreams devId %{public}s dhId %{public}s, info: width: %{public}d, " in ConfigStreams()
116 DHLOGI("DCameraSourceDataProcess ReleaseStreams devId %{public}s dhId in ReleaseStreams()
[all...]
H A Ddcamera_source_input.cpp31 DCameraSourceInput::DCameraSourceInput(std::string devId, std::string dhId, std::shared_ptr<DCameraSourceDev>& camDev) in DCameraSourceInput() argument
32 : devId_(devId), dhId_(dhId), camDev_(camDev), isInit(false) in DCameraSourceInput()
34 DHLOGI("DCameraSourceInput Constructor devId %{public}s dhId %{public}s", GetAnonyString(devId_).c_str(), in DCameraSourceInput()
40 DHLOGI("DCameraSourceInput Destructor devId %{public}s dhId %{public}s", GetAnonyString(devId_).c_str(), in ~DCameraSourceInput()
50 DHLOGI("DCameraSourceInput ConfigStreams devId %{public}s dhId %{public}s, size: %{public}" PRIu64, in ConfigStreams()
54 DHLOGE("DCameraSourceInput ConfigStreams ReleaseAllStreams failed %{public}d devId: %{public}s, dhId: " in ConfigStreams()
67 DHLOGI("DCameraSourceInput ConfigStreams devId: %{public}s, dhId: %{public}s, streamId: %{public}d, width: " in ConfigStreams()
83 DHLOGE("DCameraSourceInput ConfigStreams continue failed %{public}d devId %{public}s dhId %{public}s", ret, in ConfigStreams()
89 DHLOGE("DCameraSourceInput ConfigStreams snapshot failed %{public}d devId %{public}s dhId %{public}s", ret, in ConfigStreams()
103 DHLOGI("DCameraSourceInput ReleaseStreams devId %{public}s dhId in ReleaseStreams()
[all...]
H A Ddcamera_stream_data_process.cpp28 DCameraStreamDataProcess::DCameraStreamDataProcess(std::string devId, std::string dhId, DCStreamType streamType) in DCameraStreamDataProcess() argument
29 : devId_(devId), dhId_(dhId), streamType_(streamType) in DCameraStreamDataProcess()
31 DHLOGI("DCameraStreamDataProcess Constructor devId %{public}s dhId %{public}s", GetAnonyString(devId_).c_str(), in DCameraStreamDataProcess()
39 DHLOGI("DCameraStreamDataProcess Destructor devId %{public}s dhId %{public}s streamType: %{public}d", in ~DCameraStreamDataProcess()
52 DHLOGD("FeedStream devId %{public}s dhId %{public}s streamId %{public}d streamType %{public}d streamSize: " in FeedStream()
74 DHLOGI("ConfigStreams devId %{public}s dhId %{public}s streamId %{public}d, width: %{public}d, height: " in ConfigStreams()
86 DHLOGI("ReleaseStreams devId %{public}s dhId %{public}s streamId %{public}d streamType %{public}d", in ReleaseStreams()
92 DHLOGI("ReleaseStreams devId %{public}s dhId %{public}s streamId: %{public}d", GetAnonyString(devId_).c_str(), in ReleaseStreams()
108 DHLOGI("StartCapture devId %{public}s dhId %{public}s streamType: %{public}d streamId: %{public}d, " in StartCapture()
128 DHLOGI("StartCapture findProducer devId %{public}s dhId in StartCapture()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/capabilityinfomanager_fuzzer/
H A Dcapabilityinfomanager_fuzzer.cpp137 std::string dhId(reinterpret_cast<const char*>(data), size); in IsCapabilityMatchFilterFuzzTest()
143 dhId, deviceId, deviceName, TEST_DEV_TYPE_PAD, DHType::AUDIO, dhAttrs, dhSubtype); in IsCapabilityMatchFilterFuzzTest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.h35 DCameraSourceController(std::string devId, std::string dhId,
/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_util.h36 int32_t GetDevTypeByDHId(int32_t dhId);
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H A Ddcamera_client.h39 explicit DCameraClient(const std::string& dhId);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_source_input.h31 DCameraSourceInput(std::string devId, std::string dhId, std::shared_ptr<DCameraSourceDev>& camDev);
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/include/
H A Ddistributed_input_kit.h74 * check is dhId sharing to other devices
75 * true: dhId sharing to other device
76 * false: dhId NOT sharing to other device
78 static bool IsStartDistributedInput(const std::string &dhId);
/foundation/distributedhardware/distributed_input/services/common/include/
H A Ddinput_source_trans_callback.h26 virtual void OnResponseRegisterDistributedHardware(const std::string deviceId, const std::string dhId,
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dtask_board.cpp100 .dhId = t.second->GetDhId(), in DumpAllTasks()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddinput_source_listener.h45 void OnResponseRegisterDistributedHardware(const std::string deviceId, const std::string dhId,
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dmeta_info_manager.h49 int32_t GetMetaCapInfo(const std::string &udidHash, const std::string &dhId,
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp194 int32_t GetDevTypeByDHId(int32_t dhId) in GetDevTypeByDHId() argument
196 DHLOGD("Get dev type by dhId: %{public}d.", dhId); in GetDevTypeByDHId()
197 if (static_cast<uint32_t>(dhId) & 0x8000000) { in GetDevTypeByDHId()
199 } else if (static_cast<uint32_t>(dhId) & 0x7ffffff) { in GetDevTypeByDHId()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp47 DScreen::DScreen(const std::string &devId, const std::string &dhId, in DScreen() argument
50 DHLOGD("DScreen construct, devId: %{public}s, dhId: %{public}s", GetAnonyString(devId).c_str(), in DScreen()
51 GetAnonyString(dhId).c_str()); in DScreen()
53 dhId_ = dhId; in DScreen()
73 DHLOGD("DScreen deconstruct, devId: %{public}s, dhId: %{public}s", GetAnonyString(devId_).c_str(), in ~DScreen()
90 DHLOGI("DScreen::AddTask, devId: %{public}s, dhId: %{public}s", GetAnonyString(devId_).c_str(), in AddTask()
108 DHLOGI("HandleTask, devId: %{public}s, dhId: %{public}s, task type: %{public}" PRId32, in HandleTask()
130 DHLOGI("HandleEnable, devId: %{public}s, dhId: %{public}s", GetAnonyString(devId_).c_str(), in HandleEnable()
195 DHLOGI("HandleDisable, devId: %{public}s, dhId: %{public}s", GetAnonyString(devId_).c_str(), in HandleDisable()
219 DHLOGI("HandleConnect, devId: %{public}s, dhId in HandleConnect()
[all...]
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_listener.cpp52 const std::string deviceId, const std::string dhId, bool result) in OnResponseRegisterDistributedHardware()
61 sourceManagerObj_->RunRegisterCallback(deviceId, dhId, in OnResponseRegisterDistributedHardware()
70 tmpJson[INPUT_SOURCEMANAGER_KEY_HWID] = dhId; in OnResponseRegisterDistributedHardware()
51 OnResponseRegisterDistributedHardware( const std::string deviceId, const std::string dhId, bool result) OnResponseRegisterDistributedHardware() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h90 DScreen(const std::string &devId, const std::string &dhId, std::shared_ptr<IDScreenCallback> dscreenCallback);
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h83 DScreen(const std::string &devId, const std::string &dhId, std::shared_ptr<IDScreenCallback> dscreenCallback);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H A Ddcamera_provider_callback_impl.cpp27 DCameraProviderCallbackImpl::DCameraProviderCallbackImpl(std::string devId, std::string dhId, in DCameraProviderCallbackImpl() argument
28 std::shared_ptr<DCameraSourceDev>& sourceDev) : devId_(devId), dhId_(dhId), sourceDev_(sourceDev) in DCameraProviderCallbackImpl()
30 DHLOGI("DCameraProviderCallbackImpl create devId: %{public}s dhId: %{public}s", GetAnonyString(devId_).c_str(), in DCameraProviderCallbackImpl()
36 DHLOGI("DCameraProviderCallbackImpl delete devId: %{public}s dhId: %{public}s", GetAnonyString(devId_).c_str(), in ~DCameraProviderCallbackImpl()
42 DHLOGI("DCameraProviderCallbackImpl OpenSession Start, devId: %{public}s dhId: %{public}s", in OpenSession()
50 DHLOGE("OpenSession failed, can not get device, devId: %{public}s, dhId: %{public}s", in OpenSession()
57 DHLOGE("OpenSession failed, ret: %{public}d, devId: %{public}s, dhId: %{public}s", ret, in OpenSession()
61 DHLOGI("DCameraProviderCallbackImpl OpenSession End, devId: %{public}s dhId: %{public}s", in OpenSession()
68 DHLOGI("CloseSession devId: %{public}s dhId: %{public}s", GetAnonyString(devId_).c_str(), in CloseSession()
76 DHLOGE("CloseSession failed, can not get device, devId: %{public}s, dhId in CloseSession()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp41 std::string dhId = "dhId"; in SetUp() local
43 dScreen_ = std::make_shared<DScreen>(devId, dhId, dScreenCallback); in SetUp()
268 dScreen_->dhId_ = "dhId"; in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/
H A Dtask_test.cpp57 .dhId = "",
64 .dhId = "",
252 std::shared_ptr<Task> childrenTask = std::make_shared<OnLineTask>("networkId", "uuid", "udid", "dhId", in HWTEST_F()
369 std::shared_ptr<Task> childrenTask = std::make_shared<OnLineTask>("networkId", "uuid", "udid", "dhId", in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp35 DCameraClient::DCameraClient(const std::string& dhId) in DCameraClient() argument
37 DHLOGI("DCameraClient Constructor dhId: %{public}s", GetAnonyString(dhId).c_str()); in DCameraClient()
38 cameraId_ = dhId.substr(CAMERA_ID_PREFIX.size()); in DCameraClient()
466 DHLOGI("CreatePhotoOutput dhId: %{public}s, width: %{public}d, height: %{public}d, format: %{public}d, stream: " in CreatePhotoOutput()
491 DHLOGI("CreatePreviewOutput dhId: %{public}s, width: %{public}d, height: %{public}d, format: %{public}d, stream:" in CreatePreviewOutput()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/
H A Ddaudio_sink_dev.h75 void NotifySourceDev(const AudioEventType type, const std::string dhId, const int32_t result);

Completed in 14 milliseconds

1...<<111213141516171819