Home
last modified time | relevance | path

Searched refs:QueryLocalSysSpecType (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/
H A Ddistributedfwkservices_fuzzer.cpp39 const QueryLocalSysSpecType specType[QUERY_LOCAL_SYS_SIZE] = {
40 QueryLocalSysSpecType::MIN, QueryLocalSysSpecType::HISTREAMER_AUDIO_ENCODER,
41QueryLocalSysSpecType::HISTREAMER_AUDIO_DECODER, QueryLocalSysSpecType::HISTREAMER_VIDEO_ENCODER,
42 QueryLocalSysSpecType::HISTREAMER_VIDEO_DECODER, QueryLocalSysSpecType::MAX
121 QueryLocalSysSpecType spec = specType[data[0] % QUERY_LOCAL_SYS_SIZE]; in FwkServicesQueryLocalSysSpecFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_service.cpp182 std::string DistributedHardwareService::QueryLocalSysSpec(const QueryLocalSysSpecType spec) in QueryLocalSysSpec()
190 case QueryLocalSysSpecType::HISTREAMER_AUDIO_ENCODER: in QueryLocalSysSpec()
194 case QueryLocalSysSpecType::HISTREAMER_AUDIO_DECODER: in QueryLocalSysSpec()
198 case QueryLocalSysSpecType::HISTREAMER_VIDEO_ENCODER: in QueryLocalSysSpec()
202 case QueryLocalSysSpecType::HISTREAMER_VIDEO_DECODER: in QueryLocalSysSpec()
H A Ddistributed_hardware_stub.cpp180 QueryLocalSysSpecType spec = (QueryLocalSysSpecType)specInt; in QueryLocalSysSpecInner()
326 …if (spec <= (uint32_t)QueryLocalSysSpecType::MIN || spec >= (uint32_t)QueryLocalSysSpecType::MAX) { in ValidQueryLocalSpec()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwareservice/src/
H A Ddistributed_hardware_service_test.cpp191 std::string ret = service.QueryLocalSysSpec(QueryLocalSysSpecType::HISTREAMER_AUDIO_ENCODER);
192 ret = service.QueryLocalSysSpec(QueryLocalSysSpecType::HISTREAMER_AUDIO_DECODER);
193 ret = service.QueryLocalSysSpec(QueryLocalSysSpecType::HISTREAMER_VIDEO_ENCODER);
194 ret = service.QueryLocalSysSpec(QueryLocalSysSpecType::HISTREAMER_VIDEO_DECODER);
195 ret = service.QueryLocalSysSpec(QueryLocalSysSpecType::MAX);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/
H A Ddistributed_hardware_fwk_kit.cpp119 bool DistributedHardwareFwkKit::IsQueryLocalSysSpecTypeValid(QueryLocalSysSpecType spec) in IsQueryLocalSysSpecTypeValid()
121 return spec > QueryLocalSysSpecType::MIN && spec < QueryLocalSysSpecType::MAX; in IsQueryLocalSysSpecTypeValid()
124 std::string DistributedHardwareFwkKit::QueryLocalSysSpec(enum QueryLocalSysSpecType spec) in QueryLocalSysSpec()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/
H A Ddistributed_hardware_fwk_kit.h87 API_EXPORT std::string QueryLocalSysSpec(QueryLocalSysSpecType spec);
173 bool IsQueryLocalSysSpecTypeValid(QueryLocalSysSpecType spec);
H A Ddistributed_hardware_fwk_kit_paras.h31 enum class QueryLocalSysSpecType : uint32_t { enum
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/
H A Ddistributed_hardware_fwk_kit_test.cpp278 QueryLocalSysSpecType spec = QueryLocalSysSpecType::MIN;
294 QueryLocalSysSpecType spec = QueryLocalSysSpecType::HISTREAMER_AUDIO_ENCODER;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/src/
H A Ddistributed_hardware_proxy_test.cpp208 QueryLocalSysSpecType spec = QueryLocalSysSpecType::MIN;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddistributed_hardware_proxy.cpp183 std::string DistributedHardwareProxy::QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
190 if (spec < QueryLocalSysSpecType::MIN || spec > QueryLocalSysSpecType::MAX) { in QueryLocalSysSpec()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Didistributed_hardware.h40 virtual std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) = 0;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/
H A Ddistributed_hardware_proxy.h39 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) override;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/
H A Ddistributed_hardware_stub_test.h59 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/dhfwk_sa_manager/include/
H A Ddhfwk_sa_manager_test.h67 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/include/
H A Ddistributed_hardware_proxy_test.h68 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/
H A Ddistributed_hardware_service.h43 std::string QueryLocalSysSpec(const QueryLocalSysSpecType spec) override;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/src/
H A Ddistributed_hardware_stub_test.cpp190 uint32_t specInt = static_cast<uint32_t>(QueryLocalSysSpecType::MIN);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp543 dhFwkKit->QueryLocalSysSpec(QueryLocalSysSpecType::HISTREAMER_VIDEO_ENCODER); in NegotiateCodecType()