Home
last modified time | relevance | path

Searched defs:engineId (Results 1 – 11 of 11) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/services/
Dav_trans_control_center_test.cpp48 int32_t engineId = BASE_ENGINE_ID; variable
62 int32_t engineId = BASE_ENGINE_ID; variable
77 int32_t engineId = BASE_ENGINE_ID; variable
91 int32_t engineId = INVALID_ENGINE_ID; variable
104 int32_t engineId = BASE_ENGINE_ID; variable
120 int32_t engineId = BASE_ENGINE_ID; variable
134 int32_t engineId = BASE_ENGINE_ID; variable
149 int32_t engineId = INVALID_ENGINE_ID; variable
163 int32_t engineId = BASE_ENGINE_ID; variable
178 int32_t engineId = BASE_ENGINE_ID; variable
[all …]
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/dhfwk_sa_manager/include/
Ddhfwk_sa_manager_test.h75 int32_t InitializeAVCenter(const TransRole &transRole, int32_t &engineId) in InitializeAVCenter()
82 int32_t ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter()
88 int32_t CreateControlChannel(int32_t engineId, const std::string &peerDevId) in CreateControlChannel()
95 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter()
102 int32_t RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> &call… in RegisterCtlCenterCallback()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/
Ddistributed_hardware_stub_test.h67 int32_t InitializeAVCenter(const TransRole &transRole, int32_t &engineId) in InitializeAVCenter()
74 int32_t ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter()
80 int32_t CreateControlChannel(int32_t engineId, const std::string &peerDevId) in CreateControlChannel()
87 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter()
94 int32_t RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> &call… in RegisterCtlCenterCallback()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/include/
Ddistributed_hardware_proxy_test.h76 int32_t InitializeAVCenter(const TransRole &transRole, int32_t &engineId) in InitializeAVCenter()
83 int32_t ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter()
89 int32_t CreateControlChannel(int32_t engineId, const std::string &peerDevId) in CreateControlChannel()
96 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter()
103 …int32_t RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> &cal… in RegisterCtlCenterCallback()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/
Dav_trans_control_center.cpp49 int32_t AVTransControlCenter::InitializeAVCenter(const TransRole &transRole, int32_t &engineId) in InitializeAVCenter()
80 int32_t AVTransControlCenter::ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter()
137 int32_t AVTransControlCenter::CreateControlChannel(int32_t engineId, const std::string &peerDevId) in CreateControlChannel()
177 int32_t AVTransControlCenter::NotifyAVCenter(int32_t engineId, const AVTransEvent& event) in NotifyAVCenter()
197 int32_t AVTransControlCenter::RegisterCtlCenterCallback(int32_t engineId, in RegisterCtlCenterCallback()
308 bool AVTransControlCenter::IsInvalidEngineId(int32_t engineId) in IsInvalidEngineId()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/
Ddistributed_hardware_fwk_kit.cpp166 int32_t DistributedHardwareFwkKit::InitializeAVCenter(const TransRole &transRole, int32_t &engineId) in InitializeAVCenter()
178 int32_t DistributedHardwareFwkKit::ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter()
190 int32_t DistributedHardwareFwkKit::CreateControlChannel(int32_t engineId, const std::string &peerDe… in CreateControlChannel()
203 int32_t DistributedHardwareFwkKit::NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter()
215 int32_t DistributedHardwareFwkKit::RegisterCtlCenterCallback(int32_t engineId, in RegisterCtlCenterCallback()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
Ddistributed_hardware_service.cpp188 …t32_t DistributedHardwareService::InitializeAVCenter(const TransRole &transRole, int32_t &engineId) in InitializeAVCenter()
193 int32_t DistributedHardwareService::ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter()
198 int32_t DistributedHardwareService::CreateControlChannel(int32_t engineId, const std::string &peerD… in CreateControlChannel()
203 int32_t DistributedHardwareService::NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter()
208 int32_t DistributedHardwareService::RegisterCtlCenterCallback(int32_t engineId, in RegisterCtlCenterCallback()
Ddistributed_hardware_stub.cpp166 int32_t engineId = 0; in InitializeAVCenterInner() local
181 int32_t engineId = data.ReadInt32(); in ReleaseAVCenterInner() local
192 int32_t engineId = data.ReadInt32(); in CreateControlChannelInner() local
204 int32_t engineId = data.ReadInt32(); in NotifyAVCenterInner() local
218 int32_t engineId = data.ReadInt32(); in RegisterControlCenterCallbackInner() local
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/src/
Ddistributed_hardware_proxy_test.cpp192 int32_t engineId = 0; variable
205 int32_t engineId = 0; variable
218 int32_t engineId = 0; variable
232 int32_t engineId = 0; variable
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/
Ddistributed_hardware_fwk_kit_test.cpp274 int32_t engineId = 0; variable
287 int32_t engineId = 0; variable
300 int32_t engineId = 0; variable
314 int32_t engineId = 0; variable
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
Ddistributed_hardware_proxy.cpp221 int32_t DistributedHardwareProxy::InitializeAVCenter(const TransRole &transRole, int32_t &engineId) in InitializeAVCenter()
251 int32_t DistributedHardwareProxy::ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter()
280 int32_t DistributedHardwareProxy::CreateControlChannel(int32_t engineId, const std::string &peerDev… in CreateControlChannel()
314 int32_t DistributedHardwareProxy::NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter()
355 int32_t DistributedHardwareProxy::RegisterCtlCenterCallback(int32_t engineId, in RegisterCtlCenterCallback()