Home
last modified time | relevance | path

Searched defs:override (Results 726 - 750 of 14502) sorted by relevance

1...<<21222324252627282930>>...581

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dcheck_is_single_app_strategy.h23 bool operator()(std::shared_ptr<Context> context) override; member in OHOS::DataShare::final
H A Dpermission_strategy.h24 bool operator()(std::shared_ptr<Context> context) override; member in OHOS::DataShare::final
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsystem_api.h26 DBStatus RegOnAccessControlledEvent(const AccessEventHanle &callback) override; member in OHOS::DistributedKv::SystemApi
27 bool IsAccessControlled() const override; member in OHOS::DistributedKv::SystemApi
28 DBStatus SetSecurityOption(const std::string &filePath, const DBOption &option) override; member in OHOS::DistributedKv::SystemApi
29 DBStatus GetSecurityOption(const std::string &filePath, DBOption &option) const override; member in OHOS::DistributedKv::SystemApi
30 bool CheckDeviceSecurityAbility(const std::string &devId, const DBOption &option) const override; member in OHOS::DistributedKv::SystemApi
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddefault_factory.h29 IKvDB *CreateKvDb(KvDBType kvDbType, int &errCode) override; member in DistributedDB::final
33 IKvDB *CreateCommitStorageDB(int &errCode) override; member in DistributedDB::final
36 IKvDBMultiVerDataStorage *CreateMultiVerStorage(int &errCode) override; member in DistributedDB::final
39 IKvDBCommitStorage *CreateMultiVerCommitStorage(int &errCode) override; member in DistributedDB::final
H A Dsingle_ver_natural_store_connection.h27 int Put(const IOption &option, const Key &key, const Value &value) override; member in DistributedDB::SingleVerNaturalStoreConnection
29 int PutBatch(const IOption &option, const std::vector<Entry> &entries) override; member in DistributedDB::SingleVerNaturalStoreConnection
33 int Get(const IOption &option, const Key &key, Value &value) const override; member in DistributedDB::SingleVerNaturalStoreConnection
36 int Delete(const IOption &option, const Key &key) override; member in DistributedDB::SingleVerNaturalStoreConnection
39 int DeleteBatch(const IOption &option, const std::vector<Key> &keys) override; member in DistributedDB::SingleVerNaturalStoreConnection
H A Direlational_store.h30 ~IRelationalStore() override = default; member in DistributedDB::IRelationalStore
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsimple_tracker_log_table_manager.h25 ~SimpleTrackerLogTableManager() override = default; member in DistributedDB::SimpleTrackerLogTableManager
29 const std::string &identity) override; member in DistributedDB::SimpleTrackerLogTableManager
32 void GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) override; member in DistributedDB::SimpleTrackerLogTableManager
33 std::string GetPrimaryKeySql(const TableInfo &table) override; member in DistributedDB::SimpleTrackerLogTableManager
36 std::string GetInsertTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::SimpleTrackerLogTableManager
37 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::SimpleTrackerLogTableManager
38 std::string GetDeleteTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::SimpleTrackerLogTableManager
39 std::vector<std::string> GetDropTriggers(const TableInfo &table) override; member in DistributedDB::SimpleTrackerLogTableManager
H A Dsplit_device_log_table_manager.h25 ~SplitDeviceLogTableManager() override = default; member in DistributedDB::SplitDeviceLogTableManager
29 const std::string &identity) override; member in DistributedDB::SplitDeviceLogTableManager
31 std::string GetPrimaryKeySql(const TableInfo &table) override; member in DistributedDB::SplitDeviceLogTableManager
34 std::string GetInsertTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::SplitDeviceLogTableManager
35 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::SplitDeviceLogTableManager
36 std::string GetDeleteTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::SplitDeviceLogTableManager
37 std::vector<std::string> GetDropTriggers(const TableInfo &table) override; member in DistributedDB::SplitDeviceLogTableManager
H A Dcloud_sync_log_table_manager.h25 ~CloudSyncLogTableManager() override = default; member in DistributedDB::CloudSyncLogTableManager
29 const std::string &identity) override; member in DistributedDB::CloudSyncLogTableManager
32 void GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) override; member in DistributedDB::CloudSyncLogTableManager
33 std::string GetPrimaryKeySql(const TableInfo &table) override; member in DistributedDB::CloudSyncLogTableManager
36 std::string GetInsertTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::CloudSyncLogTableManager
37 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::CloudSyncLogTableManager
38 std::string GetDeleteTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::CloudSyncLogTableManager
39 std::vector<std::string> GetDropTriggers(const TableInfo &table) override; member in DistributedDB::CloudSyncLogTableManager
H A Dcollaboration_log_table_manager.h25 ~CollaborationLogTableManager() override = default; member in DistributedDB::CollaborationLogTableManager
28 const std::string &identity) override; member in DistributedDB::CollaborationLogTableManager
33 std::string GetPrimaryKeySql(const TableInfo &table) override; member in DistributedDB::CollaborationLogTableManager
34 void GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) override; member in DistributedDB::CollaborationLogTableManager
36 std::string GetInsertTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::CollaborationLogTableManager
37 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::CollaborationLogTableManager
38 std::string GetDeleteTrigger(const TableInfo &table, const std::string &identity) override; member in DistributedDB::CollaborationLogTableManager
39 std::vector<std::string> GetDropTriggers(const TableInfo &table) override; member in DistributedDB::CollaborationLogTableManager
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_data_translate.h25 ~VirtualCloudDataTranslate() override = default; member in DistributedDB::VirtualCloudDataTranslate
26 std::vector<uint8_t> AssetToBlob(const Asset &asset) override; member in DistributedDB::VirtualCloudDataTranslate
27 std::vector<uint8_t> AssetsToBlob(const Assets &assets) override; member in DistributedDB::VirtualCloudDataTranslate
28 Asset BlobToAsset(const std::vector<uint8_t> &blob) override; member in DistributedDB::VirtualCloudDataTranslate
29 Assets BlobToAssets(const std::vector<uint8_t> &blob) override; member in DistributedDB::VirtualCloudDataTranslate
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dkv_virtual_device.h26 ~KvVirtualDevice() override; member in DistributedDB::final
/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H A Ddefault_clip.h22 int32_t SetPasteData(const GlobalEvent &event, const std::vector<uint8_t> &data) override; member in OHOS::MiscServices::DefaultClip
23 std::pair<int32_t, int32_t> GetPasteData(const GlobalEvent &event, std::vector<uint8_t> &data) override; member in OHOS::MiscServices::DefaultClip
24 std::vector<GlobalEvent> GetTopEvents(uint32_t topN, int32_t user) override; member in OHOS::MiscServices::DefaultClip
25 void Clear(int32_t user) override; member in OHOS::MiscServices::DefaultClip
26 int32_t PublishServiceState(const std::string &networkId, ServiceStatus status) override; member in OHOS::MiscServices::DefaultClip
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Ddb_info_handle_impl.h24 bool IsSupport() override; member in OHOS::DistributedKv::DBInfoHandleImpl
28 const DeviceInfos &devInfo) override; member in OHOS::DistributedKv::DBInfoHandleImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_storage_engine.h29 ~SQLiteStorageEngine() override; member in DistributedDB::SQLiteStorageEngine
39 int CheckEngineOption(const KvDBProperties &kvDBProp) const override; member in DistributedDB::SQLiteStorageEngine
47 int CreateNewExecutor(bool isWrite, StorageExecutor *&handle) override; member in DistributedDB::SQLiteStorageEngine
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_syncer.h23 void RemoteDataChanged(const std::string &device) override; member in DistributedDB::SingleVerSyncer
25 void RemoteDeviceOffline(const std::string &device) override; member in DistributedDB::SingleVerSyncer
28 int SetStaleDataWipePolicy(WipePolicy policy) override; member in DistributedDB::SingleVerSyncer
31 int EraseDeviceWaterMark(const std::string &deviceId, bool isNeedHash) override; member in DistributedDB::SingleVerSyncer
35 const std::string &tableName) override; member in DistributedDB::SingleVerSyncer
37 int GetHashDeviceId(const std::string &clientId, std::string &hashDevId) const override; member in DistributedDB::SingleVerSyncer
40 ISyncEngine *CreateSyncEngine() override; member in DistributedDB::SingleVerSyncer
/foundation/distributeddatamgr/pasteboard/framework/uri/
H A Dpaste_uri_handler.h22 std::string ToUri(int32_t fd) override; member in OHOS::MiscServices::PasteUriHandler
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_extension_stub.h27 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; member in OHOS::FileManagement::Backup::ExtExtensionStub
H A Dext_backup_loader.h32 AbilityRuntime::Extension *Create(const std::unique_ptr<AbilityRuntime::Runtime> &runtime) const override; member in OHOS::FileManagement::Backup::ExtBackupLoader
34 virtual std::map<std::string, std::string> GetParams() override; member in OHOS::FileManagement::Backup::ExtBackupLoader
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/include/
H A Dservice_reverse_stub.h27 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; member in OHOS::FileManagement::Backup::ServiceReverseStub
31 ~ServiceReverseStub() override = default; member in OHOS::FileManagement::Backup::ServiceReverseStub
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice_stub.h27 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; member in OHOS::FileManagement::Backup::ServiceStub
31 ~ServiceStub() override = default; member in OHOS::FileManagement::Backup::ServiceStub
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/
H A Dcloud_database_impl.h28 std::string assetPath) override; member in OHOS::FileManagement::CloudFile::CloudDatabaseImpl
H A Dcloud_sync_helper_impl.h27 int32_t SaveSubScription() override; member in OHOS::FileManagement::CloudFile::CloudSyncHelperImpl
28 int32_t Init() override; member in OHOS::FileManagement::CloudFile::CloudSyncHelperImpl
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_sound_player.h27 void Play() override; member in OHOS::BootSoundPlayer
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/zidl/
H A Dscreen_session_manager_client_stub.h31 int OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) override; member in OHOS::Rosen::ScreenSessionManagerClientStub

Completed in 12 milliseconds

1...<<21222324252627282930>>...581