Home
last modified time | relevance | path

Searched defs:dhType (Results 1 - 25 of 61) sorted by relevance

123

/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
/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/registerpluginlistener_fuzzer/
H A Dregisterpluginlistener_fuzzer.cpp43 DHType dhType = DHType::SCREEN; in RegisterPluginListenerFuzzTest() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/dhmanagerfactory_fuzzer/
H A Ddhmanagerfactory_fuzzer.cpp38 DHType dhType = DHType::CAMERA; in DhManagerFactoryFuzzTest() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/
H A Dmock_meta_disable_task.cpp26 MockMetaDisableTask(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, const DHType dhType) MockMetaDisableTask() argument
H A Dmock_disable_task.cpp26 MockDisableTask(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, const DHType dhType) MockDisableTask() argument
H A Dmock_meta_enable_task.cpp25 MockMetaEnableTask(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, const DHType dhType) MockMetaEnableTask() argument
H A Dmock_enable_task.cpp25 MockEnableTask(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, const DHType dhType) MockEnableTask() argument
H A Dmock_online_task.cpp27 MockOnLineTask(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, const DHType dhType) MockOnLineTask() argument
H A Dmock_offline_task.cpp27 MockOffLineTask(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, const DHType dhType) MockOffLineTask() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/include/
H A Dmock_task_utils.h29 DHType dhType; member
/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::string &dhId) in DumpEnabledComp() argument
31 void EnabledCompsDump::DumpDisabledComp(const std::string &networkId, const DHType dhType, const std::string &dhId) in DumpDisabledComp() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/lowlatency/lowlatency/src/
H A Dlow_latency_test.cpp47 DHType dhType = DHType::UNKNOWN; in HWTEST_F() local
60 DHType dhType = DHType::CAMERA; in HWTEST_F() local
74 DHType dhType = DHType::CAMERA; in HWTEST_F() local
91 DHType dhType = DHType::CAMERA; in HWTEST_F() local
104 DHType dhType = DHType::UNKNOWN; in HWTEST_F() local
117 DHType dhType = DHType::CAMERA; HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/localhardwaremanager/localhardwaremanager/src/
H A Dlocal_hardware_manager_test.cpp55 DHType dhType = DHType::INPUT; in HWTEST_F() local
69 DHType dhType = DHType::AUDIO; in HWTEST_F() local
82 DHType dhType = DHType::INPUT; in HWTEST_F() local
96 DHType dhType = DHType::GPS; in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentmanager_fuzzer/
H A Dcomponentmanager_fuzzer.cpp49 DHType dhType = dhTypeFuzz[data[0] % DH_TYPE_SIZE]; in ComponentManagerFuzzTest() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentloader_fuzzer/
H A Dcomponentloader_fuzzer.cpp43 DHType dhType = dhTypeFuzz[data[0] % DH_TYPE_SIZE]; in ComponentManagerFuzzTest() local
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_hitrace.cpp26 void DHQueryTraceStart(const DHType dhType) in DHQueryTraceStart() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
H A Dlow_latency.cpp48 void LowLatency::EnableLowLatency(DHType dhType) in EnableLowLatency() argument
69 DisableLowLatency(DHType dhType) DisableLowLatency() argument
[all...]
H A Dlow_latency_listener.cpp66 DHType dhType = (DHType)cJSON_GetObjectItem(jsonObj, DH_TYPE.c_str())->valuedouble; in OnMessage() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/enabledcompsdump/src/
H A Denabled_comps_dump_test.cpp44 DHType dhType = DHType::CAMERA; in HWTEST_F() local
59 DHType dhType = DHType::CAMERA; in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_monitor.cpp56 DHType dhType = ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId); in OnRemoveSystemAbility() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/resourcemanager_fuzzer/
H A Dresourcemanager_fuzzer.cpp49 DHType dhType = dhTypeFuzz[data[0] % DH_TYPE_SIZE]; in ResourceManagerFuzzTest() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/task_fuzzer/
H A Dtask_fuzzer.cpp52 DHType dhType = dhTypeFuzz[data[0] % DH_TYPE_SIZE]; in TaskFuzzTest() local
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/utilstool/
H A Dutils_tool_test.cpp128 DHType dhType = DHType::CAMERA; in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dmeta_capability_info.h36 MetaCapabilityInfo(std::string dhId, std::string devId, std::string devName, uint16_t devType, DHType dhType, in MetaCapabilityInfo() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/
H A Ddistributedfwkservices_fuzzer.cpp93 DHType dhType = DHType::AUDIO; in FwkServicesPauseDistributedHardwareFuzzTest() local
105 DHType dhType = DHType::AUDIO; in FwkServicesResumeDistributedHardwareFuzzTest() local
117 DHType dhType = DHType::AUDIO; in FwkServicesStopDistributedHardwareFuzzTest() local

Completed in 8 milliseconds

123