Home
last modified time | relevance | path

Searched refs:ConfigDistributedHardware (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub_test.cpp74 int32_t DScreenSourceStubTest::TestDScreenSourceStub::ConfigDistributedHardware(const std::string &… in ConfigDistributedHardware() function in OHOS::DistributedHardware::DScreenSourceStubTest::TestDScreenSourceStub
223 int32_t ret = sourceProxy.ConfigDistributedHardware("", "dhId000", "key000", "value000");
229 ret = sourceProxy.ConfigDistributedHardware(devId, "dhId000", "key000", "value000");
232 ret = sourceProxy.ConfigDistributedHardware("devId000", "", "key000", "value000");
235 ret = sourceProxy.ConfigDistributedHardware("devId000", devId, "key000", "value000");
238 ret = sourceProxy.ConfigDistributedHardware("devId000", "dhId000", "", "value000");
241 ret = sourceProxy.ConfigDistributedHardware("devId000", "dhId000", "key000", "");
244 ret = sourceProxy.ConfigDistributedHardware("devId000", "dhId000", "key000", "value000");
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosourcetest/src/
H A Ddaudio_source_handler_test.cpp180 …int32_t ret = DAudioSourceHandler::GetInstance().ConfigDistributedHardware(devId, dhId, key, value…
200 …int32_t ret = DAudioSourceHandler::GetInstance().ConfigDistributedHardware(devId, dhId, key, value…
204 ret = DAudioSourceHandler::GetInstance().ConfigDistributedHardware(devId, dhId, key, value);
221 …int32_t ret = DAudioSourceHandler::GetInstance().ConfigDistributedHardware(devId, dhId, key, value…
H A Ddaudio_source_proxy_test.cpp149 int32_t ret = dAudioProxy->ConfigDistributedHardware(devId, dhId, key, value);
173 int32_t ret = dAudioProxy->ConfigDistributedHardware(devId, dhId, key, value);
178 ret = dAudioProxy->ConfigDistributedHardware(devId, dhId, key, value);
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sourcehandlerconfigdistributedhardware_fuzzer/
H A Dsourcehandlerconfigdistributedhardware_fuzzer.cpp39 DAudioSourceHandler::GetInstance().ConfigDistributedHardware(devId, dhId, key, value); in SourceHandlerConfigDistributedHardwareFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_handler/handlerconfigdistributedhardware_fuzzer/
H A Dconfigdistributedhardware_fuzzer.cpp36 DScreenSourceHandler::GetInstance().ConfigDistributedHardware(devId, dhId, key, value); in ConfigDistributedHardwareFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerconfigdistributedhardware_fuzzer/
H A Dsourcehandlerconfigdistributedhardware_fuzzer.cpp36 DCameraSourceHandler::GetInstance().ConfigDistributedHardware(devId, dhId, key, value); in SourceHandlerConfigDistributedHardwareFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_input/test/fuzztest/dinputconfigdh_fuzzer/
H A Ddinputconfigdh_fuzzer.cpp43 …DistributedInput::DistributedInputSourceHandler::GetInstance().ConfigDistributedHardware(devId, dh… in ConfigDistributedHardwareFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/fuzztest/sourceserviceconfigdistributedhardware_fuzzer/
H A Dsourceserviceconfigdistributedhardware_fuzzer.cpp41 dAudioSourceService->ConfigDistributedHardware(devId, dhId, key, value); in SourceServiceConfigDistributedHardwareFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/
H A Ddaudio_source_handler.cpp134 int32_t DAudioSourceHandler::ConfigDistributedHardware(const std::string &devId, const std::string … in ConfigDistributedHardware() function in OHOS::DistributedHardware::DAudioSourceHandler
145 return dAudioSourceProxy_->ConfigDistributedHardware(devId, reduceDhId, key, value); in ConfigDistributedHardware()
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sourceproxyconfigdistributedhardware_fuzzer/
H A Dsourceproxyconfigdistributedhardware_fuzzer.cpp49 dAudioProxy->ConfigDistributedHardware(devId, dhId, key, value); in SourceProxyConfigDistributedHardwareFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_proxy/proxyconfigdistributedhardware_fuzzer/
H A Dconfigdistributedhardware_fuzzer.cpp53 dscreenSourceProxy->ConfigDistributedHardware(devId, dhId, key, value); in ConfigDistributedHardwareFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/include/
H A Dmock_idistributed_hardware_source.h45 …int32_t ConfigDistributedHardware(const std::string &uuid, const std::string &dhId, const std::str… in ConfigDistributedHardware() function
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/
H A Didscreen_source.h36 virtual int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId,
H A Ddscreen_source_handler.h43 int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId,
H A Ddscreen_source_proxy.h44 int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId,
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/include/
H A Didaudio_source.h36 …virtual int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId, const…
H A Ddaudio_source_proxy.h36 …int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId, const std::st…
H A Ddaudio_source_handler.h36 …int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId, const std::st…
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/include/
H A Ddscreen_source_stub_test.h47 int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId,
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/include/
H A Ddaudio_source_service.h43 …int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId, const std::st…
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/
H A Ddscreen_source_service.h41 …int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId, const std::st…
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/include/
H A Ddcamera_source_handler.h41 …int32_t ConfigDistributedHardware(const std::string& devId, const std::string& dhId, const std::st…
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_proxy/proxyregisterdistributedhardware_fuzzer/
H A Dregisterdistributedhardware_fuzzer.cpp54 int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId, in ConfigDistributedHardware() function in OHOS::DistributedHardware::DScreenSourceStubFuzzTest
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcecallbackproxy_fuzzer/
H A Ddscreensourcecallbackproxy_fuzzer.cpp49 int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId, in ConfigDistributedHardware() function in OHOS::DistributedHardware::DScreenSourceStubFuzzTest
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosourcetest/include/
H A Ddaudio_ipc_common.h101 …int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId, const std::st… in ConfigDistributedHardware() function

12