| /foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/services/ |
| D | av_trans_control_center_test.cpp | 48 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/ |
| D | dhfwk_sa_manager_test.h | 75 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/ |
| D | distributed_hardware_stub_test.h | 67 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/ |
| D | distributed_hardware_proxy_test.h | 76 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/ |
| D | av_trans_control_center.cpp | 49 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/ |
| D | distributed_hardware_fwk_kit.cpp | 166 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/ |
| D | distributed_hardware_service.cpp | 188 …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()
|
| D | distributed_hardware_stub.cpp | 166 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/ |
| D | distributed_hardware_proxy_test.cpp | 192 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/ |
| D | distributed_hardware_fwk_kit_test.cpp | 274 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/ |
| D | distributed_hardware_proxy.cpp | 221 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()
|