Home
last modified time | relevance | path

Searched defs:value (Results 9926 - 9950 of 11558) sorted by relevance

1...<<391392393394395396397398399400>>...463

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.cpp268 int WifiConfigCenter::SetChangeDeviceConfig(ConfigChange value, const WifiDeviceConfig &config) in SetChangeDeviceConfig() argument
275 bool WifiConfigCenter::GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) in GetChangeDeviceConfig() argument
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp1143 std::string value = ""; in GetAlwaysOnVpn() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.cpp1666 ErrCode WifiDeviceServiceImpl::GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) in GetChangeDeviceConfig() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/
H A Dmock_wpa_suppliant.cpp77 int32_t SetAp80211n(struct IHostapdInterface *self, const char* ifName, int32_t value, int32_t id) in SetAp80211n() argument
82 int32_t SetApWmm(struct IHostapdInterface *self, const char* ifName, int32_t value, int32_t id) in SetApWmm() argument
193 SetNetwork(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* name, const char* value) SetNetwork() argument
267 GetNetwork(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* param, char* value, uint32_t valueLen) GetNetwork() argument
459 P2pSetGroupConfig(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* name, const char* value) P2pSetGroupConfig() argument
524 P2pGetGroupConfig(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* param, char* value, uint32_t valueLen) P2pGetGroupConfig() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp846 OHOS::DistributedData::PolicyValue value; SaveLocalMetaData() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp173 int DBCommon::CalcValueHash(const std::vector<uint8_t> &value, std::vector<uint8_t> &hashValue) in CalcValueHash() argument
806 bool DBCommon::ConvertToUInt(const std::string &str, uint64_t &value) in ConvertToUInt() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp97 int Update(const std::vector<uint8_t> &value) in Update() argument
109 int GetResult(std::vector<uint8_t> &value) in GetResult() argument
413 CalcValueHash(const std::vector<uint8_t> &value, std::vector<uint8_t> &hashValue) CalcValueHash() argument
458 std::vector<uint8_t> value; CalcHashKey() local
468 std::vector<uint8_t> value; CalcHashKey() local
519 std::vector<uint8_t> value; GetLocalTimeOffsetFromMeta() local
1109 BindBlobToStatement(sqlite3_stmt *stmt, int index, const std::vector<uint8_t> &value, bool permEmpty) BindBlobToStatement() argument
1124 GetColumnTextValue(sqlite3_stmt *stmt, int index, std::string &value) GetColumnTextValue() argument
1134 GetColumnBlobValue(sqlite3_stmt *stmt, int index, std::vector<uint8_t> &value) GetColumnBlobValue() argument
1236 std::vector<uint8_t> value; GetTableSyncType() local
1318 Value value; SaveDeleteFlagToDB() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp119 static void PushData(const ValueType &value, std::vector<uint8_t> &data, uint8_t tag) in PushData() argument
151 static DistributedKv::Value ValueTypeToKVValue(const ValueType &value) in ValueTypeToKVValue() argument
359 Put(const std::string &key, const ValueType &value) Put() argument
449 OHOS::DistributedKv::Value value; Get() local
750 OHOS::DistributedKv::Value value; Get() local
937 EqualTo(const std::string &field, ValueType &value) EqualTo() argument
967 NotEqualTo(const std::string &field, ValueType &value) NotEqualTo() argument
997 GreaterThan(const std::string &field, ValueType &value) GreaterThan() argument
1027 LessThan(const std::string &field, ValueType &value) LessThan() argument
1057 GreaterThanOrEqualTo(const std::string &field, ValueType &value) GreaterThanOrEqualTo() argument
1087 LessThanOrEqualTo(const std::string &field, ValueType &value) LessThanOrEqualTo() argument
1185 Like(const std::string &field, const std::string &value) Like() argument
1190 Unlike(const std::string &field, const std::string &value) Unlike() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp1058 DataValue value; GetDataItemForSync() local
1299 Value value; IsTableOnceDropped() local
[all...]
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp177 std::vector<uint8_t> value; in GetPrimaryKeyHashValue() local
178 DBCommon::StringToVector(std::to_string(rowid), value); in GetPrimaryKeyHashValue() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp348 std::vector<uint8_t> value; in GetRandPrefixKey() local
358 GetRandomKeyValue(std::vector<uint8_t> &value, uint32_t defaultSize) GetRandomKeyValue() argument
532 ModifyDatabaseFile(const std::string &fileDir, uint64_t modifyPos, uint32_t modifyCnt, uint32_t value) ModifyDatabaseFile() argument
672 CalcHash(const std::vector<uint8_t> &value, std::vector<uint8_t> &hashValue) CalcHash() argument
1245 GetMetaData(sqlite3 *db, const DistributedDB::Key &key, DistributedDB::Value &value) GetMetaData() argument
1271 SetMetaData(sqlite3 *db, const DistributedDB::Key &key, const DistributedDB::Value &value) SetMetaData() argument
1376 GetAssets(const DistributedDB::Type &value, const std::shared_ptr<DistributedDB::ICloudDataTranslate> &translate, bool isAsset) GetAssets() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp278 Value value; in HWTEST_F() local
828 Value value; HWTEST_F() local
875 Value value; HWTEST_F() local
2088 Value value; HWTEST_F() local
2171 Value value; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp633 DoNotify(uint32_t tokenId, const CallbackInfo& value, const std::map<std::string, ObjectRecord>& data, bool allReady) DoNotify() argument
655 DoNotifyAssetsReady(uint32_t tokenId, const CallbackInfo& value, const std::string& objectKey, bool allReady) DoNotifyAssetsReady() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp211 DBCommon::StringToVector(std::to_string(val), value); in Int64ToVector() local
203 Int64ToVector(const VBucket &vBucket, const Field &field, CollateType collateType, std::vector<uint8_t> &value) Int64ToVector() argument
215 BoolToVector(const VBucket &vBucket, const Field &field, CollateType collateType, std::vector<uint8_t> &value) BoolToVector() argument
227 DoubleToVector(const VBucket &vBucket, const Field &field, CollateType collateType, std::vector<uint8_t> &value) DoubleToVector() argument
241 TextToVector(const VBucket &vBucket, const Field &field, CollateType collateType, std::vector<uint8_t> &value) TextToVector() argument
258 BlobToVector(const VBucket &vBucket, const Field &field, CollateType collateType, std::vector<uint8_t> &value) BlobToVector() argument
423 GetAssetFromAssets(Type &value) GetAssetFromAssets() argument
659 std::vector<uint8_t> value; CalculateHashKeyForOneField() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.cpp107 int SQLiteSingleVerStorageExecutor::GetKvData(SingleVerDataType type, const Key &key, Value &value, in GetKvData() argument
158 int SQLiteSingleVerStorageExecutor::BindPutKvData(sqlite3_stmt *statement, const Key &key, const Value &value, in BindPutKvData() argument
248 int SQLiteSingleVerStorageExecutor::SaveKvData(SingleVerDataType type, const Key &key, const Value &value, in SaveKvData() argument
279 PutKvData(SingleVerDataType type, const Key &key, const Value &value, Timestamp timestamp, SingleVerNaturalStoreCommitNotifyData *committedData) PutKvData() argument
928 GetNextEntryFromResultSet(Key &key, Value &value, bool isCopy) GetNextEntryFromResultSet() argument
1063 CheckIfKeyExisted(const Key &key, bool isLocal, Value &value, Timestamp &timestamp) const CheckIfKeyExisted() argument
1618 DeleteLocalDataInner(SingleVerNaturalStoreCommitNotifyData *committedData, const Key &key, const Value &value) DeleteLocalDataInner() argument
1664 DeleteLocalKvData(const Key &key, SingleVerNaturalStoreCommitNotifyData *committedData, Value &value, Timestamp &timestamp) DeleteLocalKvData() argument
[all...]
H A Dsqlite_single_ver_natural_store.cpp552 int SQLiteSingleVerNaturalStore::PutMetaData(const Key &key, const Value &value, bool isInTransaction) in PutMetaData() argument
1734 Value value; GetSchema() local
1888 Value value; GetDatabaseCreateTimestamp() local
[all...]
H A Dsqlite_single_ver_natural_store_connection.cpp1014 Value value; SaveLocalItem() local
1078 CheckDataStatus(const Key &key, const Value &value, bool isDelete) const CheckDataStatus() argument
1646 Value value; UnpublishOper() local
[all...]
H A Dsqlite_utils.cpp271 int SQLiteUtils::BindInt64ToStatement(sqlite3_stmt *statement, int index, int64_t value) in BindInt64ToStatement() argument
283 int SQLiteUtils::BindBlobToStatement(sqlite3_stmt *statement, int index, const std::vector<uint8_t> &value, in BindBlobToStatement() argument
505 GetColumnBlobValue(sqlite3_stmt *statement, int index, std::vector<uint8_t> &value) GetColumnBlobValue() argument
531 GetColumnTextValue(sqlite3_stmt *statement, int index, std::string &value) GetColumnTextValue() argument
1672 Value value; GetLogTableVersion() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp93 const std::string &value, int32_t flag) -> auto { in CloudServiceImpl() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp204 GetIntValue(Value &value) GetIntValue() argument
265 Callback(DBStatus status, const Value &value) Callback() argument
663 Put(KvStoreDelegate &kvStoreDelegate, const Key &key, const Value &value) global() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp161 DistributedDB::Type value; in GetModifyTime() local
199 ValueObject::Type value; in GetModifyTimeByRowId() local
1776 ValueObject value; in GetVersion() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp243 napi_value RdbStoreProxy::NewInstance(napi_env env, std::shared_ptr<NativeRdb::RdbStore> value, bool isSystemAppCalled) in NewInstance() argument
524 napi_value value in ParseSendableValuesBucket() local
559 napi_value value = nullptr; ParseValuesBucket() local
1972 operator ==(napi_value value) operator ==() argument
2017 operator ==(napi_value value) operator ==() argument
[all...]
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp847 void HandleExtAttribute(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value) in HandleExtAttribute() argument
749 HandleCloudLocation(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value) HandleCloudLocation() argument
779 HandleCloudRecycle(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value) HandleCloudRecycle() argument
823 HandleFavorite(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value) HandleFavorite() argument
869 SetXattr(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value, size_t size, int flags) SetXattr() argument
[all...]
/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h252 int32_t value; member
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp777 int32_t CloudDiskRdbStore::FavoriteSetXattr(const std::string &cloudId, const std::string &value) in FavoriteSetXattr() argument
622 LocationSetXattr(const std::string &name, const std::string &parentCloudId, const std::string &cloudId, const std::string &value) LocationSetXattr() argument
726 RecycleSetXattr(const std::string &name, const std::string &parentCloudId, const std::string &cloudId, const std::string &value) RecycleSetXattr() argument
825 LocationGetXattr(const std::string &name, const std::string &key, std::string &value, const std::string &parentCloudId) LocationGetXattr() argument
843 FavoriteGetXattr(const std::string &cloudId, const std::string &key, std::string &value) FavoriteGetXattr() argument
867 FileStatusGetXattr(const std::string &cloudId, const std::string &key, std::string &value) FileStatusGetXattr() argument
895 GetExtAttrValue(const std::string &cloudId, const std::string &key, std::string &value) GetExtAttrValue() argument
926 GetExtAttr(const std::string &cloudId, std::string &value, int32_t &position) GetExtAttr() argument
960 GetXAttr(const std::string &cloudId, const std::string &key, std::string &value, const CacheNode &node, const std::string &extAttrKey) GetXAttr() argument
985 ExtAttributeSetValue(const std::string &key, const std::string &value, ValuesBucket &setXAttr, std::string &xattrList, int32_t pos) ExtAttributeSetValue() argument
1010 ExtAttributeSetXattr(const std::string &cloudId, const std::string &value, const std::string &key) ExtAttributeSetXattr() argument
1040 SetXAttr(const std::string &cloudId, const std::string &key, const std::string &value, const std::string &name, const std::string &parentCloudId) SetXAttr() argument
[all...]

Completed in 57 milliseconds

1...<<391392393394395396397398399400>>...463