Home
last modified time | relevance | path

Searched refs:data (Results 30501 - 30525 of 59464) sorted by relevance

1...<<1221122212231224122512261227122812291230>>...2379

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dflat_object_storage_engine.h38 uint32_t UpdateItems(const std::string &key, const std::map<std::string, std::vector<uint8_t>> &data) override;
40 uint32_t GetItems(const std::string &key, std::map<std::string, std::vector<uint8_t>> &data) override;
H A Dobject_storage_engine.h60 virtual uint32_t UpdateItems(const std::string &key, const std::map<std::string, std::vector<uint8_t>> &data) = 0;
62 virtual uint32_t GetItems(const std::string &key, std::map<std::string, std::vector<uint8_t>> &data) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dcursor_mock.cpp88 int32_t CursorMock::GetRow(DistributedData::VBucket &data) in GetRow() argument
91 data = (*resultSet_)[index_]; in GetRow()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dvalue_slice_sync.h53 void SetData(const ValueSlice &data);
55 void GetData(ValueSlice &data) const;
H A Dmulti_ver_data_sync.h54 void SetData(std::vector<std::vector<uint8_t>> &data);
56 void GetData(std::vector<std::vector<uint8_t>> &data) const;
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_inner_observer.cpp37 std::shared_ptr<ObserverWorker> innerWorker(reinterpret_cast<ObserverWorker *>(work->data)); in OnComplete()
91 work->data = observerWorker; in OnChange()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Dcache_cursor.cpp92 int32_t CacheCursor::GetRow(DistributedData::VBucket &data) in GetRow() argument
98 data = records_[row]; in GetRow()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.h39 std::string sharingResource; // use for cloud share data
95 static int SerializeDataItem(const RowDataWithLog &data, const std::vector<FieldInfo> &fieldInfo,
97 static int DeSerializeDataItem(const DataItem &dataItem, OptRowDataWithLog &data,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_result_set_impl.cpp219 DBStatus KvStoreResultSetImpl::GetRow(std::map<std::string, VariantData> &data) const in GetRow()
221 (void)data; in GetRow()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dasync_call.h102 static void OnExecute(napi_env env, void *data);
103 static void OnComplete(napi_env env, napi_status status, void *data);
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_server_proxy.cpp88 uint8_t data[MAX_DM_IPC_LEN] = {0}; in SendCmd() local
91 if (IpcCmdRegister::GetInstance().SetRequest(cmdCode, req, request, data, MAX_DM_IPC_LEN) != DM_OK) { in SendCmd()
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h21 * for data across applications, devices, and platforms, providing a unified OpenHarmony
22 * data language and standardized data access and reading paths.
32 * @brief Provides uniform data struct(UDS).
48 * @brief Describes the unified data struct of plaintext.
55 * @brief Describes the unified data struct of hyperlink.
62 * @brief Describes the unified data struct of html.
69 * @brief Describes the unified data struct of open harmony application item.
76 * @brief Describes the unified data struct of file uri.
83 * @brief Describes the unified data struc
[all...]
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_screen_common_event.cpp136 void DmScreenEventSubscriber::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent() argument
138 std::string receiveEvent = data.GetWant().GetAction(); in OnReceiveEvent()
H A Ddm_data_share_common_event.cpp62 LOGE("failed to subscribe data share commom eventName size: %{public}zu", eventNameVec.size()); in SubscribeDataShareCommonEvent()
97 LOGI("success to subscribe data share commom event name size: %{public}zu", eventNameVec.size()); in SubscribeDataShareCommonEvent()
105 LOGE("failed to unsubscribe data share commom event name size: %{public}zu because event is invalid.", in UnsubscribeDataShareCommonEvent()
110 LOGI("start to unsubscribe data share commom event name size: %{public}zu", eventNameVec_.size()); in UnsubscribeDataShareCommonEvent()
112 LOGE("failed to unsubscribe data share commom event name size: %{public}zu", eventNameVec_.size()); in UnsubscribeDataShareCommonEvent()
115 LOGI("success to unsubscribe data share commom event name size: %{public}zu", eventNameVec_.size()); in UnsubscribeDataShareCommonEvent()
132 LOGI("success to unsubscribe data share commom event name size: %{public}zu", eventNameVec_.size()); in UnsubscribeDataShareCommonEvent()
137 void DmDataShareEventSubscriber::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent() argument
139 std::string receiveEvent = data.GetWant().GetAction(); in OnReceiveEvent()
140 LOGI("Received data shar in OnReceiveEvent()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_global_config.cpp56 void SqliteGlobalConfig::Log(const void *data, int err, const char *msg) in Log() argument
58 bool verboseLog = (data != nullptr); in Log()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_pixelmap.cpp27 SystemDefinedPixelMap::SystemDefinedPixelMap(std::vector<uint8_t> &data) in SystemDefinedPixelMap() argument
30 this->rawData_ = std::move(data); in SystemDefinedPixelMap()
H A Dapplication_defined_record.cpp30 ApplicationDefinedRecord::ApplicationDefinedRecord(std::string type, std::vector<uint8_t> &data) in ApplicationDefinedRecord() argument
34 this->rawData_ = std::move(data); in ApplicationDefinedRecord()
/foundation/filemanagement/app_file_service/tests/mock/backup_kit_inner/
H A Db_session_restore_mock.cpp62 UniqueFd fd(open(filePath.data(), O_RDWR | O_CREAT, S_IRWXU)); in Start()
67 UniqueFd fdManage(open(fileManagePath.data(), O_RDWR | O_CREAT, S_IRWXU)); in Start()
/foundation/filemanagement/app_file_service/utils/src/b_process/
H A Db_process.cpp79 auto getStringViewData = [](const auto &arg) { return arg.data(); }; in ExecuteCmd()
100 exit((execvp(argv[0], const_cast<char **>(argv.data())) == -1) ? errno : 0); in ExecuteCmd()
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_class.cpp37 properties.size(), properties.data(), &classVal); in DefineClass()
108 status = napi_new_instance(env, cons, args.size(), args.data(), &instance); in InstantiateClass()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine_provider.cpp95 void AVSenderEngineProvider::OnStreamReceived(const StreamData *data, const StreamData *ext) in OnStreamReceived() argument
97 (void)data; in OnStreamReceived()
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Didistributed_hardware_source.h28 const std::string &data) = 0;
34 const std::string &data) = 0;
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_class.h63 [](napi_env env, void *data, void *hint) { in SetEntityFor()
64 std::unique_ptr<T>(static_cast<T *>(data)); in SetEntityFor()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_session.cpp80 int32_t SoftbusSession::SendData(const void *data, uint32_t dataLen) in SendData() argument
82 return SoftbusAdapter::GetInstance().SendBytes(sessionId_, data, dataLen); in SendData()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine_provider.cpp98 void AVReceiverEngineProvider::OnStreamReceived(const StreamData *data, const StreamData *ext) in OnStreamReceived() argument
100 (void)data; in OnStreamReceived()

Completed in 35 milliseconds

1...<<1221122212231224122512261227122812291230>>...2379