Home
last modified time | relevance | path

Searched refs:GetInterfaceType (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/
H A Dmain.cpp54 if ((options.GetInterfaceType() == InterfaceType::SA) && in DumpAst()
67 if ((options.GetInterfaceType() != InterfaceType::SA)) { in DumpMetaData()
112 if ((options.GetInterfaceType() != InterfaceType::SA) || options.DoCompile()) { in ReadMetaData()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/base/
H A Dast_string16_type.cpp32 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in ToString()
H A Dast_string_type.cpp32 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in ToString()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_generator.cpp35 auto generator = generators.find(Options::GetInstance().GetInterfaceType()); in Generate()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Disync_interface.h38 virtual int GetInterfaceType() const = 0;
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_type.cpp197 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in ToString()
H A Dast.cpp282 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in Dump()
299 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in Dump()
H A Dast_method.cpp82 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in Dump()
H A Dast_interface_type.cpp94 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in Dump()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dgeneric_virtual_device.cpp95 if (storage_->GetInterfaceType() == IKvDBSyncInterface::SYNC_SVD) { in Initialize()
99 } else if (storage_->GetInterfaceType() == IKvDBSyncInterface::SYNC_RELATION) { in Initialize()
H A Dvirtual_multi_ver_sync_db_interface.h29 int GetInterfaceType() const override;
H A Dvirtual_relational_ver_sync_db_interface.h61 int GetInterfaceType() const override;
H A Dvirtual_multi_ver_sync_db_interface.cpp32 int VirtualMultiVerSyncDBInterface::GetInterfaceType() const in GetInterfaceType() function in DistributedDB::VirtualMultiVerSyncDBInterface
H A Dvirtual_single_ver_sync_db_Interface.h47 int GetInterfaceType() const override;
H A Dvirtual_relational_ver_sync_db_interface.cpp185 int VirtualRelationalVerSyncDBInterface::GetInterfaceType() const in GetInterfaceType() function in DistributedDB::VirtualRelationalVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_engine.cpp27 switch (syncInterface.GetInterfaceType()) { in CreateSyncTaskContext()
H A Dsingle_ver_kv_syncer.cpp313 if (syncInterface->GetInterfaceType() != ISyncInterface::SYNC_SVD) { in TriggerAddSubscribeAsync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h47 int GetInterfaceType() const override;
H A Drd_single_ver_natural_store.cpp167 int RdSingleVerNaturalStore::GetInterfaceType() const in GetInterfaceType() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.h201 inline InterfaceType GetInterfaceType() const in GetInterfaceType() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp34 int interfaceType = syncInterface->GetInterfaceType(); in Initialize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.h57 int GetInterfaceType() const override;
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/preprocessor/
H A Dpreprocessor.cpp157 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in ParsePackage()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h50 int GetInterfaceType() const override;
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dintf_type_check.cpp35 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in CheckIntegrity()

12