/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/ |
H A D | distributedfwkservices_fuzzer.cpp | 39 const QueryLocalSysSpecType specType[QUERY_LOCAL_SYS_SIZE] = { 40 QueryLocalSysSpecType::MIN, QueryLocalSysSpecType::HISTREAMER_AUDIO_ENCODER, 41 … QueryLocalSysSpecType::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 D | distributed_hardware_service.cpp | 182 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 D | distributed_hardware_stub.cpp | 180 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 D | distributed_hardware_service_test.cpp | 191 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 D | distributed_hardware_fwk_kit.cpp | 119 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 D | distributed_hardware_fwk_kit.h | 87 API_EXPORT std::string QueryLocalSysSpec(QueryLocalSysSpecType spec); 173 bool IsQueryLocalSysSpecTypeValid(QueryLocalSysSpecType spec);
|
H A D | distributed_hardware_fwk_kit_paras.h | 31 enum class QueryLocalSysSpecType : uint32_t { enum
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/ |
H A D | distributed_hardware_fwk_kit_test.cpp | 278 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 D | distributed_hardware_proxy_test.cpp | 208 QueryLocalSysSpecType spec = QueryLocalSysSpecType::MIN;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/ |
H A D | distributed_hardware_proxy.cpp | 183 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 D | idistributed_hardware.h | 40 virtual std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) = 0;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/ |
H A D | distributed_hardware_proxy.h | 39 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) override;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/ |
H A D | distributed_hardware_stub_test.h | 59 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 D | dhfwk_sa_manager_test.h | 67 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 D | distributed_hardware_proxy_test.h | 68 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/ |
H A D | distributed_hardware_service.h | 43 std::string QueryLocalSysSpec(const QueryLocalSysSpecType spec) override;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/src/ |
H A D | distributed_hardware_stub_test.cpp | 190 uint32_t specInt = static_cast<uint32_t>(QueryLocalSysSpecType::MIN);
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen.cpp | 543 dhFwkKit->QueryLocalSysSpec(QueryLocalSysSpecType::HISTREAMER_VIDEO_ENCODER); in NegotiateCodecType()
|