/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/ |
H A D | nfcc_nci_adapter.h | 82 * @brief Send raw data. 159 void OnCardEmulationData(const std::vector<uint8_t> &data);
|
H A D | tag_nci_adapter_rw.h | 80 void HandleTranceiveData(uint8_t status, uint8_t* data, uint32_t dataLen);
112 // tag connection status data
|
/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_request.h | 69 * Set the body data for the HTTP request. 70 * @param data Pointer to the data. 71 * @param length Length of the data. 73 void SetBody(const void *data, size_t length); 137 * Get the body data of the HTTP request. 138 * @return The body data of the request.
|
/foundation/communication/nfc/test/unittest/services/hce_service_test/ |
H A D | hce_service_test.cpp | 62 void OnCeApduData(const std::vector<uint8_t>& data) override
|
/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_hid2d.h | 47 typedef void (*WifiCfgChangCallback)(CfgType, char* data, int dataLen); 229 * @param request - request data 240 * Use the '0' to indicates the end of valid data in the "chanList" array. 251 * @param cfgData - the queried data of wifi configuration 252 * @param getDatValidLen - the valid data length in the array `cfgData` 261 * @param cfgData - the wifi configuration data to be set 262 * @param setDataValidLen - the valid data length in the array `cfgData`
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/ |
H A D | constant.cpp | 33 result.append(str.data(), str.size()); in Concatenate()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cloud.h | 48 DBStatus Query(const std::string &tableName, DBVBucket &extend, std::vector<DBVBucket> &data) override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_service_impl.h | 31 const std::string &deviceId, const std::map<std::string, std::vector<uint8_t>> &data,
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_meta_manager.h | 107 void OnChange(const DistributedDB::KvStoreChangedData &data) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | sync_able_kvdb.h | 39 // Used to notify Syncer and other listeners data has changed 40 void CommitNotify(int notifyEvent, KvDBCommitNotifyFilterAbleData *data) override;
|
/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/ |
H A D | constant.cpp | 22 // the Key Prefix for Meta data of KvStore. 27 /* version for distributed kv data service. */ 30 /* meta name for distributed kv data service. */ 33 /* name for distributed kv data service. */ 36 /* root path for distributed kv data service. */ 37 const std::string Constant::ROOT_PATH = "/data/misc_de/0"; 40 const std::string Constant::ROOT_PATH_DE = "/data/misc_de/0"; 43 const std::string Constant::ROOT_PATH_CE = "/data/misc_ce/0"; 69 // Size threshold of switching to large data is a little smaller than MAX_IPC_CAPACITY. 77 // true indicates the ownership of distributed data i [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/ |
H A D | feature_system.h | 46 virtual int OnRemoteRequest(uint32_t code, OHOS::MessageParcel &data, OHOS::MessageParcel &reply) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | cloud_db_sync_utils_test.h | 76 static int QueryCountCallback(void *data, int count, char **colValue, char **colName);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/ |
H A D | runtime_store.h | 63 bool GetDetailsFromUData(UnifiedData &data, UDDetails &details);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
H A D | network_adapter.h | 58 void OnDataReceiveHandler(const DeviceInfos &srcDevInfo, const uint8_t *data, uint32_t length);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.h | 65 // Delete multiple meta data records in a transaction. 68 // Delete multiple meta data records with key prefix in a transaction. 144 void CommitNotify(int notifyEvent, KvDBCommitNotifyFilterAbleData *data) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_data_value_test.cpp | 99 targetVal.WriteBlob(reinterpret_cast<const uint8_t *>(vector.data()), vector.size()); in DataValueBlobCheck() 144 * @tc.desc: To test dataValue work correctly when data is nullptr, bool, string, double, int64, uint8_t*.
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_sqlite_register_test.cpp | 54 int Callback(void *data, int argc, char **argv, char **azColName) in Callback() argument
|
/foundation/distributeddatamgr/preferences/frameworks/common/include/ |
H A D | log_print.h | 70 const char *name = fileName.data(); \
|
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/ |
H A D | rdb_radar_reporter.cpp | 67 char *hostPkgPtr = hostPkg.data(); in LocalReport()
|
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/performance/src/ |
H A D | RdbStoreCallbackPerf.js | 17 import dataRdb from '@ohos.data.relationalStore'; 110 rdbStore.insert("test", insertValueBucket, function (err, data) {
|
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | auth_message_processor.h | 70 constexpr const char* TAG_DATA = "data"; 91 std::string CreateDeviceAuthMessage(int32_t msgType, const uint8_t *data, uint32_t dataLen);
|
/foundation/distributeddatamgr/pasteboard/services/zidl/include/ |
H A D | pasteboard_service_proxy.h | 32 virtual int32_t GetPasteData(PasteData &data, int32_t &syncTime) override;
|
/foundation/distributeddatamgr/relational_store/test/js/rdb/performance/src/ |
H A D | RdbStoreCallbackPerf.js | 17 import dataRdb from '@ohos.data.rdb'; 109 rdbStore.insert("test", insertValueBucket, function (err, data) {
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_security_manager_test.cpp | 88 auto ret = memcmp(password.GetData(), key.data(), password.GetSize()); in HWTEST_F()
|