Home
last modified time | relevance | path

Searched refs:QueryLocalSysSpec (Results 1 – 16 of 16) sorted by relevance

/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.cpp124 std::string DistributedHardwareFwkKit::QueryLocalSysSpec(enum QueryLocalSysSpecType spec) in QueryLocalSysSpec() function in OHOS::DistributedHardware::DistributedHardwareFwkKit
137 return DHFWKSAManager::GetInstance().GetDHFWKProxy()->QueryLocalSysSpec(spec); 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/
H A Ddistributed_hardware_fwk_kit.h87 API_EXPORT std::string QueryLocalSysSpec(QueryLocalSysSpecType spec);
/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() function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/
H A Ddistributed_hardware_fwk_kit_test.cpp279 std::string ret = dhfwkPtr_->QueryLocalSysSpec(spec);
295 std::string ret = dhfwkPtr_->QueryLocalSysSpec(spec);
/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() function
/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() function
/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/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/src/
H A Ddistributed_hardware_proxy_test.cpp209 std::string ret = hardwareProxy_->QueryLocalSysSpec(spec);
/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() function in OHOS::DistributedHardware::DistributedHardwareService
H A Ddistributed_hardware_stub.cpp182 std::string res = QueryLocalSysSpec(spec); in QueryLocalSysSpecInner()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/
H A Ddistributedfwkservices_fuzzer.cpp123 service.QueryLocalSysSpec(spec); in FwkServicesQueryLocalSysSpecFuzzTest()
/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() function in OHOS::DistributedHardware::DistributedHardwareProxy
/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()