Home
last modified time | relevance | path

Searched defs:interfaceType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Davsession_dynamic_insight.h45 const int32_t interfaceType = 9; variable
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dintf_type_check.cpp35 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in CheckIntegrity() local
124 AutoPtr<ASTInterfaceType> interfaceType = ast_->GetInterfaceDef(); in CheckIntfSaAstMethods() local
168 AutoPtr<ASTInterfaceType> interfaceType = ast_->GetInterfaceDef(); in CheckIntfHdiAst() local
H A Dparser.cpp530 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType; in ParseInterface() local
570 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in ParseInfAttrInfo() local
1940 void Parser::ParseExtendsInfo(AutoPtr<ASTInterfaceType> &interfaceType) in ParseExtendsInfo()
1975 bool Parser::CheckExtendsName(AutoPtr<ASTInterfaceType> &interfaceType, const std::string &extendsI… in CheckExtendsName()
1982AutoPtr<ASTInterfaceType> &interfaceType, const std::string &extendsName, AutoPtr<AST> extendsAst) in CheckExtendsVersion()
/ohos5.0/foundation/ability/idl_tool/test/unittest/ast_interface_type_test/
H A Dast_interface_type_test.cpp80 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType(); variable
105 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType(); variable
/ohos5.0/foundation/ability/idl_tool/test/unittest/ast_module_test/
H A Dast_module_test.cpp163 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType(); variable
196 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType(); variable
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_host_manager.cpp211 std::string UsbHostManager::ConcatenateToDescription(const UsbDeviceType &interfaceType, const std:… in ConcatenateToDescription()
221 std::string UsbHostManager::GetInterfaceUsageDescription(const UsbDeviceType &interfaceType) in GetInterfaceUsageDescription()
244 UsbDeviceType interfaceType = {interface.GetClass(), in GetInterfaceDescription() local
H A Dusb_service.cpp2004 int32_t UsbService::ManageInterfaceTypeImpl(InterfaceType interfaceType, bool disable) in ManageInterfaceTypeImpl()
2051 int32_t UsbService::ManageDeviceTypeImpl(InterfaceType interfaceType, bool disable) in ManageDeviceTypeImpl()
/ohos5.0/base/security/code_signature/utils/include/
H A Dcs_hisysevent.h38 inline void ReportInvalidCaller(const std::string &interfaceType, uint32_t tokenId) in ReportInvalidCaller()
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_tracker_test.cpp128 SharingIfaceType interfaceType; variable
616 SharingIfaceType interfaceType = static_cast<SharingIfaceType>(3); variable
625 SharingIfaceType interfaceType; variable
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp396 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType; in ParseInterface() local
1812 void Parser::ParseExtendsInfo(AutoPtr<ASTInterfaceType> &interfaceType) in ParseExtendsInfo()
1848 bool Parser::CheckExtendsName(AutoPtr<ASTInterfaceType> &interfaceType, const std::string &extendsI… in CheckExtendsName()
1859AutoPtr<ASTInterfaceType> &interfaceType, const std::string &extendsName, AutoPtr<AST> extendsAst) in CheckExtendsVersion()
1875 void Parser::SetInterfaceVersion(AutoPtr<ASTInterfaceType> &interfaceType) in SetInterfaceVersion()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.h319 InterfaceType interfaceType; variable
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/preprocessor/
H A Dpreprocessor.cpp157 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in ParsePackage() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp34 int interfaceType = syncInterface->GetInterfaceType(); in Initialize() local
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp860 …kShareTracker::FindSubStateMachine(const std::string &iface, const SharingIfaceType &interfaceType, in FindSubStateMachine()
1025 …hareTracker::CreateSubStateMachine(const std::string &iface, const SharingIfaceType &interfaceType, in CreateSubStateMachine()
1052 const std::string &iface, const SharingIfaceType &interfaceType) in StopSubStateMachine()
H A Dnetworkshare_sub_statemachine.cpp78 const std::string &ifaceName, const SharingIfaceType &interfaceType, in NetworkShareSubStateMachine()
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp414 …SharingIfaceType interfaceType = static_cast<SharingIfaceType>(GetData<uint32_t>() % CREATE_SHARE_… in NetworkShareSubStateMachineFuzzTest() local
481 …SharingIfaceType interfaceType = static_cast<SharingIfaceType>(GetData<uint32_t>() % CREATE_SHARE_… in NetworkShareSubStateMachinePrivateFuzzTest() local
/ohos5.0/foundation/communication/dsoftbus/core/discovery/manager/src/
H A Ddisc_manager.c96 #define DFX_RECORD_DISC_CALL_START(infoNode, packageName, interfaceType) \ argument