Home
last modified time | relevance | path

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

/foundation/ability/idl_tool/idl_tool_2/parser/
Dintf_type_check.cpp35 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in CheckIntegrity() local
54 AutoPtr<ASTInterfaceType> interfaceType = ast_->GetInterfaceDef(); in CheckIntfSaAst() local
86 AutoPtr<ASTInterfaceType> interfaceType = ast_->GetInterfaceDef(); in CheckIntfSaAstMethods() local
132 AutoPtr<ASTInterfaceType> interfaceType = ast_->GetInterfaceDef(); in CheckIntfHdiAst() local
Dparser.cpp175 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in ParsePackage() local
779 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType; in ParseInterface() local
816 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in ParseInfAttrInfo() local
2271 void Parser::ParseExtendsInfo(AutoPtr<ASTInterfaceType> &interfaceType) in ParseExtendsInfo()
2306 bool Parser::CheckExtendsName(AutoPtr<ASTInterfaceType> &interfaceType, const std::string &extendsI… in CheckExtendsName()
/foundation/ability/idl_tool/test/unittest/ast_interface_type_test/
Dast_interface_type_test.cpp80 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType(); variable
105 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType(); variable
/foundation/ability/idl_tool/test/unittest/ast_module_test/
Dast_module_test.cpp163 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType(); variable
196 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType(); variable
/foundation/multimedia/av_session/services/session/adapter/
Davsession_dynamic_insight.h100 const int32_t interfaceType = 9; variable
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
Dnetworkshare_tracker_test.cpp128 SharingIfaceType interfaceType; variable
616 SharingIfaceType interfaceType = static_cast<SharingIfaceType>(3); variable
625 SharingIfaceType interfaceType; variable
961 SharingIfaceType interfaceType = SharingIfaceType::SHARING_NONE; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
Drs_vulkan_context.cpp556 auto interfaceType = vkInterface.GetInterfaceType(); in HookedVkQueueSubmit() local
577 auto interfaceType = vkInterface.GetInterfaceType(); in HookedVkQueueSignalReleaseImageOHOS() local
/foundation/ability/idl_tool/idl_tool_2/codegen/
Dcode_emitter.cpp123 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in EmitVersionHeaderName() local
/foundation/ability/idl_tool/idl_tool_2/util/
Doptions.h326 InterfaceType interfaceType; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dsyncer_proxy.cpp34 int interfaceType = syncInterface->GetInterfaceType(); in Initialize() local
/foundation/ability/idl_tool/idl_tool_2/preprocessor/
Dpreprocessor.cpp158 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in ParsePackage() local
/foundation/communication/netmanager_ext/services/networksharemanager/src/
Dnetworkshare_tracker.cpp873 …kShareTracker::FindSubStateMachine(const std::string &iface, const SharingIfaceType &interfaceType, in FindSubStateMachine()
1038 …hareTracker::CreateSubStateMachine(const std::string &iface, const SharingIfaceType &interfaceType, in CreateSubStateMachine()
1065 const std::string &iface, const SharingIfaceType &interfaceType) in StopSubStateMachine()
Dnetworkshare_sub_statemachine.cpp83 const std::string &ifaceName, const SharingIfaceType &interfaceType, in NetworkShareSubStateMachine()
/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
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
/foundation/communication/dsoftbus/core/discovery/manager/src/
Ddisc_manager.c123 #define DFX_RECORD_DISC_CALL_START(infoNode, packageName, interfaceType) \ argument