Home
last modified time | relevance | path

Searched defs:dhType (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/lowlatency/lowlatency/src/
H A Dlow_latency_test.cpp47 DHType dhType = DHType::UNKNOWN; variable
60 DHType dhType = DHType::CAMERA; variable
74 DHType dhType = DHType::CAMERA; variable
91 DHType dhType = DHType::CAMERA; variable
104 DHType dhType = DHType::UNKNOWN; variable
117 DHType dhType = DHType::CAMERA; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/localhardwaremanager/localhardwaremanager/src/
H A Dlocal_hardware_manager_test.cpp55 DHType dhType = DHType::INPUT; variable
69 DHType dhType = DHType::AUDIO; variable
82 DHType dhType = DHType::INPUT; variable
96 DHType dhType = DHType::GPS; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp338 DHType dhType = DHType::AUDIO; variable
363 DHType dhType = DHType::AUDIO; variable
418 DHType dhType = DHType::CAMERA; variable
434 DHType dhType = DHType::CAMERA; variable
453 DHType dhType = DHType::INPUT; variable
469 DHType dhType = DHType::INPUT; variable
515 DHType dhType = DHType::CAMERA; variable
529 DHType dhType = DHType::CAMERA; variable
545 DHType dhType = DHType::CAMERA; variable
559 DHType dhType = DHType::CAMERA; variable
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
H A Dlocal_hardware_manager.cpp54 for (auto dhType : allCompTypes) { in Init() local
103 void LocalHardwareManager::QueryLocalHardware(const DHType dhType, IHardwareHandler *hardwareHandle… in QueryLocalHardware()
131 …calHardwareManager::AddLocalCapabilityInfo(const std::vector<DHItem> &dhItems, const DHType dhType, in AddLocalCapabilityInfo()
145 … LocalHardwareManager::AddLocalMetaCapInfo(const std::vector<DHItem> &dhItems, const DHType dhType, in AddLocalMetaCapInfo()
164 …rdwareManager::CheckNonExistCapabilityInfo(const std::vector<DHItem> &dhItems, const DHType dhType) in CheckNonExistCapabilityInfo()
200 void LocalHardwareManager::GetLocalCapabilityMapByPrefix(const DHType dhType, CapabilityInfoMap &ca… in GetLocalCapabilityMapByPrefix()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/hidumphelper/src/
H A Dhidump_helper_test.cpp110 DHType dhType = DHType::CAMERA; variable
126 DHType dhType = DHType::CAMERA; variable
156 DHType dhType = DHType::CAMERA; variable
189 DHType dhType = DHType::CAMERA; variable
223 DHType dhType = DHType::CAMERA; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/enabledcompsdump/src/
H A Denabled_comps_dump_test.cpp44 DHType dhType = DHType::CAMERA; variable
59 DHType dhType = DHType::CAMERA; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
H A Dlow_latency.cpp48 void LowLatency::EnableLowLatency(DHType dhType) in EnableLowLatency()
69 void LowLatency::DisableLowLatency(DHType dhType) in DisableLowLatency()
H A Dlow_latency_listener.cpp66 DHType dhType = (DHType)cJSON_GetObjectItem(jsonObj, DH_TYPE.c_str())->valuedouble; in OnMessage() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp272 DHType dhType = DHType::GPS; variable
285 DHType dhType = DHType::GPS; variable
298 DHType dhType = DHType::GPS; variable
311 DHType dhType = DHType::GPS; variable
325 DHType dhType = ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId); variable
911 DHType dhType = DHType::AUDIO; variable
920 DHType dhType = DHType::AUDIO; variable
929 DHType dhType = DHType::AUDIO; variable
938 DHType dhType = DHType::AUDIO; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Denabled_comps_dump.cpp23 void EnabledCompsDump::DumpEnabledComp(const std::string &networkId, const DHType dhType, const std… in DumpEnabledComp()
31 void EnabledCompsDump::DumpDisabledComp(const std::string &networkId, const DHType dhType, const st… in DumpDisabledComp()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp321 ActionResult ComponentManager::StartSource(DHType dhType) in StartSource()
378 ActionResult ComponentManager::StartSink(DHType dhType) in StartSink()
533 const DHType dhType) in Enable()
588 const std::string &dhId, const DHType dhType, EnableParam &param) in RetryGetEnableParam()
610 const DHType dhType) in Disable()
783 const std::string &dhId, DHType dhType, EnableParam &param) in GetEnableParam()
897 void ComponentManager::Recover(DHType dhType) in Recover()
902 void ComponentManager::DoRecover(DHType dhType) in DoRecover()
914 void ComponentManager::ReStartSA(DHType dhType) in ReStartSA()
930 void ComponentManager::RecoverDistributedHardware(DHType dhType) in RecoverDistributedHardware()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/dhfwk_sa_manager/include/
H A Ddhfwk_sa_manager_test.h113 int32_t PauseDistributedHardware(DHType dhType, const std::string &networkId) in PauseDistributedHardware()
120 int32_t ResumeDistributedHardware(DHType dhType, const std::string &networkId) in ResumeDistributedHardware()
127 int32_t StopDistributedHardware(DHType dhType, const std::string &networkId) in StopDistributedHardware()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/
H A Ddistributed_hardware_stub_test.h105 int32_t PauseDistributedHardware(DHType dhType, const std::string &networkId) in PauseDistributedHardware()
112 int32_t ResumeDistributedHardware(DHType dhType, const std::string &networkId) in ResumeDistributedHardware()
119 int32_t StopDistributedHardware(DHType dhType, const std::string &networkId) in StopDistributedHardware()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/include/
H A Ddistributed_hardware_proxy_test.h108 int32_t PauseDistributedHardware(DHType dhType, const std::string &networkId) in PauseDistributedHardware()
115 int32_t ResumeDistributedHardware(DHType dhType, const std::string &networkId) in ResumeDistributedHardware()
122 int32_t StopDistributedHardware(DHType dhType, const std::string &networkId) in StopDistributedHardware()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp407 int32_t ComponentLoader::GetHardwareHandler(const DHType dhType, IHardwareHandler *&hardwareHandler… in GetHardwareHandler()
432 int32_t ComponentLoader::GetSource(const DHType dhType, IDistributedHardwareSource *&sourcePtr) in GetSource()
457 int32_t ComponentLoader::GetSink(const DHType dhType, IDistributedHardwareSink *&sinkPtr) in GetSink()
564 int32_t ComponentLoader::ReleaseHardwareHandler(const DHType dhType) in ReleaseHardwareHandler()
578 int32_t ComponentLoader::ReleaseSource(const DHType dhType) in ReleaseSource()
592 int32_t ComponentLoader::ReleaseSink(const DHType dhType) in ReleaseSink()
606 bool ComponentLoader::IsDHTypeExist(DHType dhType) in IsDHTypeExist()
615 int32_t ComponentLoader::GetSourceSaId(const DHType dhType) in GetSourceSaId()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/
H A Ddistributed_hardware_fwk_kit.cpp204 int32_t DistributedHardwareFwkKit::PauseDistributedHardware(DHType dhType, const std::string &netwo… in PauseDistributedHardware()
221 int32_t DistributedHardwareFwkKit::ResumeDistributedHardware(DHType dhType, const std::string &netw… in ResumeDistributedHardware()
238 int32_t DistributedHardwareFwkKit::StopDistributedHardware(DHType dhType, const std::string &networ… in StopDistributedHardware()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/src/
H A Ddistributed_hardware_proxy_test.cpp307 DHType dhType = DHType::CAMERA; variable
324 DHType dhType = DHType::CAMERA; variable
341 DHType dhType = DHType::CAMERA; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/
H A Dmock_disable_task.cpp27 const std::string &dhId, const DHType dhType) : DisableTask(networkId, uuid, udid, dhId, dhType) in MockDisableTask()
H A Dmock_enable_task.cpp26 const std::string &dhId, const DHType dhType) : EnableTask(networkId, uuid, udid, dhId, dhType) in MockEnableTask()
H A Dmock_meta_disable_task.cpp27 …const std::string &dhId, const DHType dhType) : MetaDisableTask(networkId, uuid, udid, dhId, dhTyp… in MockMetaDisableTask()
H A Dmock_meta_enable_task.cpp26 …const std::string &dhId, const DHType dhType) : MetaEnableTask(networkId, uuid, udid, dhId, dhType) in MockMetaEnableTask()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/dhmanagerfactory_fuzzer/
H A Ddhmanagerfactory_fuzzer.cpp38 DHType dhType = DHType::CAMERA; in DhManagerFactoryFuzzTest() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/include/
H A Dmock_task_utils.h29 DHType dhType; member
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/
H A Ddistributed_hardware_fwk_kit_test.cpp377 DHType dhType = DHType::CAMERA; variable
394 DHType dhType = DHType::CAMERA; variable
411 DHType dhType = DHType::CAMERA; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/enabledcompsdump_fuzzer/
H A Denabledcompsdump_fuzzer.cpp46 DHType dhType = dhTypeFuzz[data[0] % DH_TYPE_SIZE]; in EnableedCompsDumpFuzzTest() local

123