/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ |
H A D | main.cpp | 54 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 D | ast_string16_type.cpp | 32 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in ToString()
|
H A D | ast_string_type.cpp | 32 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in ToString()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/ |
H A D | code_generator.cpp | 35 auto generator = generators.find(Options::GetInstance().GetInterfaceType()); in Generate()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | isync_interface.h | 38 virtual int GetInterfaceType() const = 0;
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_type.cpp | 197 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in ToString()
|
H A D | ast.cpp | 282 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in Dump() 299 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in Dump()
|
H A D | ast_method.cpp | 82 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in Dump()
|
H A D | ast_interface_type.cpp | 94 if (Options::GetInstance().GetInterfaceType() == InterfaceType::SA) { in Dump()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | generic_virtual_device.cpp | 95 if (storage_->GetInterfaceType() == IKvDBSyncInterface::SYNC_SVD) { in Initialize() 99 } else if (storage_->GetInterfaceType() == IKvDBSyncInterface::SYNC_RELATION) { in Initialize()
|
H A D | virtual_multi_ver_sync_db_interface.h | 29 int GetInterfaceType() const override;
|
H A D | virtual_relational_ver_sync_db_interface.h | 61 int GetInterfaceType() const override;
|
H A D | virtual_multi_ver_sync_db_interface.cpp | 32 int VirtualMultiVerSyncDBInterface::GetInterfaceType() const in GetInterfaceType() function in DistributedDB::VirtualMultiVerSyncDBInterface
|
H A D | virtual_single_ver_sync_db_Interface.h | 47 int GetInterfaceType() const override;
|
H A D | virtual_relational_ver_sync_db_interface.cpp | 185 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 D | single_ver_sync_engine.cpp | 27 switch (syncInterface.GetInterfaceType()) { in CreateSyncTaskContext()
|
H A D | single_ver_kv_syncer.cpp | 313 if (syncInterface->GetInterfaceType() != ISyncInterface::SYNC_SVD) { in TriggerAddSubscribeAsync()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.h | 47 int GetInterfaceType() const override;
|
H A D | rd_single_ver_natural_store.cpp | 167 int RdSingleVerNaturalStore::GetInterfaceType() const in GetInterfaceType() function in DistributedDB::RdSingleVerNaturalStore
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | options.h | 201 inline InterfaceType GetInterfaceType() const in GetInterfaceType() function
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | syncer_proxy.cpp | 34 int interfaceType = syncInterface->GetInterfaceType(); in Initialize()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.h | 57 int GetInterfaceType() const override;
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/preprocessor/ |
H A D | preprocessor.cpp | 157 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in ParsePackage()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.h | 50 int GetInterfaceType() const override;
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | intf_type_check.cpp | 35 InterfaceType interfaceType = Options::GetInstance().GetInterfaceType(); in CheckIntegrity()
|