/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/enabledcompsdump_fuzzer/ |
H A D | enabledcompsdump_fuzzer.cpp | 46 DHType dhType = dhTypeFuzz[data[0] % DH_TYPE_SIZE]; in EnableedCompsDumpFuzzTest() local
|
/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/registerpluginlistener_fuzzer/ |
H A D | registerpluginlistener_fuzzer.cpp | 43 DHType dhType = DHType::SCREEN; in RegisterPluginListenerFuzzTest() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/dhmanagerfactory_fuzzer/ |
H A D | dhmanagerfactory_fuzzer.cpp | 38 DHType dhType = DHType::CAMERA; in DhManagerFactoryFuzzTest() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/ |
H A D | mock_meta_disable_task.cpp | 26 MockMetaDisableTask(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, const DHType dhType) MockMetaDisableTask() argument
|
H A D | mock_disable_task.cpp | 26 MockDisableTask(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, const DHType dhType) MockDisableTask() argument
|
H A D | mock_meta_enable_task.cpp | 25 MockMetaEnableTask(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, const DHType dhType) MockMetaEnableTask() argument
|
H A D | mock_enable_task.cpp | 25 MockEnableTask(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, const DHType dhType) MockEnableTask() argument
|
H A D | mock_online_task.cpp | 27 MockOnLineTask(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, const DHType dhType) MockOnLineTask() argument
|
H A D | mock_offline_task.cpp | 27 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 D | mock_task_utils.h | 29 DHType dhType; member
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/ |
H A D | enabled_comps_dump.cpp | 23 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 D | low_latency_test.cpp | 47 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 D | local_hardware_manager_test.cpp | 55 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 D | componentmanager_fuzzer.cpp | 49 DHType dhType = dhTypeFuzz[data[0] % DH_TYPE_SIZE]; in ComponentManagerFuzzTest() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentloader_fuzzer/ |
H A D | componentloader_fuzzer.cpp | 43 DHType dhType = dhTypeFuzz[data[0] % DH_TYPE_SIZE]; in ComponentManagerFuzzTest() local
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/ |
H A D | dh_utils_hitrace.cpp | 26 void DHQueryTraceStart(const DHType dhType) in DHQueryTraceStart() argument
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/ |
H A D | low_latency.cpp | 48 void LowLatency::EnableLowLatency(DHType dhType) in EnableLowLatency() argument 69 DisableLowLatency(DHType dhType) DisableLowLatency() argument [all...] |
H A D | low_latency_listener.cpp | 66 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 D | enabled_comps_dump_test.cpp | 44 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 D | component_monitor.cpp | 56 DHType dhType = ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId); in OnRemoveSystemAbility() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/resourcemanager_fuzzer/ |
H A D | resourcemanager_fuzzer.cpp | 49 DHType dhType = dhTypeFuzz[data[0] % DH_TYPE_SIZE]; in ResourceManagerFuzzTest() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/task_fuzzer/ |
H A D | task_fuzzer.cpp | 52 DHType dhType = dhTypeFuzz[data[0] % DH_TYPE_SIZE]; in TaskFuzzTest() local
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/utilstool/ |
H A D | utils_tool_test.cpp | 128 DHType dhType = DHType::CAMERA; in HWTEST_F() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/ |
H A D | meta_capability_info.h | 36 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 D | distributedfwkservices_fuzzer.cpp | 93 DHType dhType = DHType::AUDIO; in FwkServicesPauseDistributedHardwareFuzzTest() local 105 DHType dhType = DHType::AUDIO; in FwkServicesResumeDistributedHardwareFuzzTest() local 117 DHType dhType = DHType::AUDIO; in FwkServicesStopDistributedHardwareFuzzTest() local
|