Home
last modified time | relevance | path

Searched refs:NotifySourceRemoteSinkStarted (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Didistributed_hardware.h48 virtual int32_t NotifySourceRemoteSinkStarted(std::string &deviceId) = 0;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/
H A Ddistributed_hardware_proxy.h46 int32_t NotifySourceRemoteSinkStarted(std::string &deviceId) override;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/
H A Ddistributed_hardware_stub_test.h99 int32_t NotifySourceRemoteSinkStarted(std::string &deviceId) in NotifySourceRemoteSinkStarted() function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/dhfwk_sa_manager/include/
H A Ddhfwk_sa_manager_test.h107 int32_t NotifySourceRemoteSinkStarted(std::string &deviceId) in NotifySourceRemoteSinkStarted() function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/
H A Ddistributed_hardware_service.h51 int32_t NotifySourceRemoteSinkStarted(std::string &deviceId) override;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/src/
H A Ddistributed_hardware_proxy_test.cpp292 int32_t ret = hardwareProxy_->NotifySourceRemoteSinkStarted(deviceId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_service.cpp276 int32_t DistributedHardwareService::NotifySourceRemoteSinkStarted(std::string &deviceId) in NotifySourceRemoteSinkStarted() function in OHOS::DistributedHardware::DistributedHardwareService
H A Ddistributed_hardware_stub.cpp307 int32_t ret = NotifySourceRemoteSinkStarted(udid); in HandleNotifySourceRemoteSinkStarted()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/
H A Ddistributedfwkservices_fuzzer.cpp237 service.NotifySourceRemoteSinkStarted(deviceId); in FwkServicesNotifySourceRemoteSinkStartedFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddistributed_hardware_proxy.cpp391 int32_t DistributedHardwareProxy::NotifySourceRemoteSinkStarted(std::string &deviceId) in NotifySourceRemoteSinkStarted() function in OHOS::DistributedHardware::DistributedHardwareProxy