Home
last modified time | relevance | path

Searched defs:const (Results 7451 - 7475 of 20717) sorted by relevance

1...<<291292293294295296297298299300>>...829

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dvalue_object.cpp77 bool ValueObject::IsValid() const in IsValid() argument
82 std::string ValueObject::ToString() const in ToString() argument
93 void ValueObject::WriteIntoVector(std::vector<uint8_t> &outData) const in WriteIntoVector() argument
102 bool ValueObject::IsFieldPathExist(const FieldPat argument
107 GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const GetFieldTypeByFieldPath() argument
115 GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const GetFieldValueByFieldPath() argument
123 GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const GetSubFieldPath() argument
131 GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath) const GetSubFieldPath() argument
139 GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &outSubPathType) const GetSubFieldPathAndType() argument
147 GetSubFieldPathAndType(const std::set<FieldPath> &inPath, std::map<FieldPath, FieldType> &outSubPathType) const GetSubFieldPathAndType() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dserial_buffer.cpp39 uint32_t SerialBuffer::GetExtendHeadLength() const in GetExtendHeadLength() argument
179 uint32_t SerialBuffer::GetSize() const in GetSize() argument
187 uint8_t *SerialBuffer::GetOringinalAddr() const in GetOringinalAddr() argument
229 std::pair<const uint8_t *, uint32_t> SerialBuffer::GetReadOnlyBytesForEntireBuffer() const in GetReadOnlyBytesForEntireBuffer() argument
240 std::pair<const uint8_t *, uint32_t> SerialBuffer::GetReadOnlyBytesForEntireFrame() const in GetReadOnlyBytesForEntireFrame() argument
251 std::pair<const uint8_t *, uint32_t> SerialBuffer::GetReadOnlyBytesForHeader() const in GetReadOnlyBytesForHeader() argument
262 GetReadOnlyBytesForPayload() const GetReadOnlyBytesForPayload() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.cpp122 std::string AccountDelegateImpl::DoHash(const void *data, size_t size, bool isUpper) const in DoHash() argument
H A Daccount_delegate_default_impl.cpp27 std::string AccountDelegateDefaultImpl::GetCurrentAccountId() const in GetCurrentAccountId() argument
33 int32_t AccountDelegateDefaultImpl::GetUserByToken(uint32_t tokenId) const in GetUserByToken() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Dcache_cursor.cpp36 int32_t CacheCursor::GetColumnNames(std::vector<std::string> &names) const in GetColumnNames() argument
43 int32_t CacheCursor::GetColumnName(int32_t col, std::string &name) const in GetColumnName() argument
52 int32_t CacheCursor::GetColumnType(int32_t col) const in GetColumnType() argument
60 int32_t CacheCursor::GetCount() const in GetCount() argument
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp128 GetDBOption(const Options &options, const DBPassword &password) const GetDBOption() argument
[all...]
H A Ddevice_convertor.cpp22 std::vector<uint8_t> DeviceConvertor::ToLocalDBKey(const Key &key) const in ToLocalDBKey() argument
27 std::vector<uint8_t> DeviceConvertor::ToLocal(const Key &in, bool withLen) const in ToLocal() argument
52 std::vector<uint8_t> DeviceConvertor::ToWholeDBKey(const Key &key) const in ToWholeDBKey() argument
59 Key DeviceConvertor::ToKey(DBKey &&key, std::string &deviceId) const in ToKey() argument
81 std::vector<uint8_t> DeviceConvertor::GetPrefix(const Key &prefix) const in GetPrefix() argument
88 std::vector<uint8_t> DeviceConvertor::GetPrefix(const DataQuer argument
95 GetRealKey(const std::string &key, const DataQuery &query) const GetRealKey() argument
110 ConvertNetwork(const Key &in, bool withLen) const ConvertNetwork() argument
[all...]
H A Ddev_manager.cpp50 std::string DevManager::ToUUID(const std::string &networkId) const in ToUUID() argument
55 std::string DevManager::ToNetworkId(const std::string &uuid) const in ToNetworkId() argument
79 std::vector<DevManager::DetailInfo> DevManager::GetRemoteDevices() const in GetRemoteDevices() argument
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dcommunication_provider_impl.cpp51 DeviceInfo CommunicationProviderImpl::GetLocalDevice() const in GetLocalDevice() argument
56 std::vector<DeviceInfo> CommunicationProviderImpl::GetDeviceList() const in GetDeviceList() argument
87 IsSameStartedOnPeer(const PipeInfo &pipeInfo, const DeviceId &peer) const IsSameStartedOnPeer() argument
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_template.cpp65 bool PublishedDataItem::IsAshmem() const in IsAshmem() argument
70 bool PublishedDataItem::IsString() const in IsString() argument
101 PublishedDataItem::DataType PublishedDataItem::GetData() const in GetData() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dcommunication_provider_impl.cpp67 IsSameStartedOnPeer(const PipeInfo &pipeInfo, const DeviceId &peer) const IsSameStartedOnPeer() argument
[all...]
H A Dapp_pipe_handler.cpp74 CreateSessionServer(const std::string &sessionName) const CreateSessionServer() argument
79 RemoveSessionServer(const std::string &sessionName) const RemoveSessionServer() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/
H A Devent_center.cpp40 int32_t EventCenter::PostEvent(std::unique_ptr<Event> evt) const in PostEvent() argument
54 void EventCenter::Dispatch(const Event &evt) const in Dispatch() argument
121 bool EventCenter::AsyncQueue::operator<=(int32_t depth) const in operator <=() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_watcher.cpp70 sptr<IKvStoreObserver> KVDBWatcher::GetObserver() const in GetObserver() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp73 int Collection::GetDocumentById(Key &key, Value &document) const in GetDocumentById() argument
97 int Collection::GetMatchedDocument(const JsonObject &filterObj, Key &key, std::pair<std::string, std::string> &values, in GetMatchedDocument() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddb_properties.cpp20 std::string DBProperties::GetStringProp(const std::string &name, const std::string &defaultValue) const in GetStringProp() argument
34 bool DBProperties::GetBoolProp(const std::string &name, bool defaultValue) const in GetBoolProp() argument
48 int DBProperties::GetIntProp(const std::string &name, int defaultValue) const in GetIntProp() argument
62 GetUIntProp(const std::string &name, uint32_t defaultValue) const GetUIntProp() argument
[all...]
H A Dsingle_ver_natural_store_connection.cpp53 bool SingleVerNaturalStoreConnection::IsExtendedCacheDBMode() const in IsExtendedCacheDBMode() argument
58 bool SingleVerNaturalStoreConnection::CheckAndGetEntryLen(const std::vector<Entry> &entries, uint32_t limit, in CheckAndGetEntryLen() argument
72 bool SingleVerNaturalStoreConnection::CheckAndGetKeyLen(const st argument
86 CheckSyncEntriesValid(const std::vector<Entry> &entries) const CheckSyncEntriesValid() argument
91 CheckWritePermission() const CheckWritePermission() argument
96 Get(const IOption &option, const Key &key, Value &value) const Get() argument
[all...]
H A Dresult_entries_window.cpp59 int ResultEntriesWindow::GetTotalCount() const in GetTotalCount() argument
64 int ResultEntriesWindow::GetCurrentPosition() const in GetCurrentPosition() argument
108 int ResultEntriesWindow::GetEntry(Entry &entry) const in GetEntry() argument
149 int ResultEntriesWindow::LoadData(int begin, int target) const in LoadData() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Ddevice_manager.cpp118 void DeviceManager::GetOnlineDevices(std::vector<std::string> &devices) const in GetOnlineDevices() argument
166 IsDeviceOnline(const std::string &deviceId) const IsDeviceOnline() argument
[all...]
/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H A Dclip_plugin.cpp85 bool ClipPlugin::GlobalEvent::Marshal(Serializable::json &node) const in Marshal() argument
/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/src/
H A Dnapi_observer.cpp69 bool NapiObserver::operator==(const NapiObserver &rhs) const in operator ==() argument
86 bool NapiObserver::operator!=(const NapiObserver &rhs) const in operator !=() argument
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_value_object.h136 operator int () const in operator int() argument
144 operator int64_t () const in operator int64_t() argument
152 operator double () const in operator double() argument
160 operator bool () const in operator bool() argument
168 operator std::string () const in operator std::string() argument
176 operator std::vector<uint8_t> () const in operator std::vector() argument
[all...]
H A Ddatashare_predicates_object.h147 operator int () const in operator int() argument
155 operator int64_t () const in operator int64_t() argument
163 operator double () const in operator double() argument
171 operator bool () const in operator bool() argument
179 operator std::string () const in operator std::string() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp21 bool CloudInfo::Marshal(Serializable::json &node) const in Marshal() argument
51 bool CloudInfo::AppInfo::Marshal(Serializable::json &node) const in Marshal() argument
71 std::string CloudInfo::GetKey() const in GetKey() argument
76 std::map<std::string, std::string> CloudInfo::GetSchemaKey() const in GetSchemaKey() argument
86 std::string CloudInfo::GetSchemaKey(const std::string &bundleName, int32_t instanceId) const in GetSchemaKey() argument
96 GetSchemaPrefix(const std::string &bundleName) const GetSchemaPrefix() argument
109 IsValid() const IsValid() argument
114 Exist(const std::string &bundleName, int32_t instanceId) const Exist() argument
123 IsOn(const std::string &bundleName, int32_t instanceId) const IsOn() argument
132 IsAllSwitchOff() const IsAllSwitchOff() argument
[all...]
/foundation/distributeddatamgr/kv_store/databaseutils/test/
H A Dacl_test.cpp62 void AclTest::PreOperation() const in PreOperation() argument

Completed in 14 milliseconds

1...<<291292293294295296297298299300>>...829