Home
last modified time | relevance | path

Searched refs:AddData (Results 1 - 15 of 15) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_cache_mgr_test/
H A Dfms_form_cache_mgr_test.cpp74 * Function: AddData
75 * FunctionPoints: FormCacheMgr AddData interface
91 EXPECT_TRUE(formCacheMgr_.AddData(PARAM_FORM_ID_FIRST, formProviderData)); in HWTEST_F()
102 * Function: AddData
103 * FunctionPoints: FormCacheMgr AddData interface
126 EXPECT_TRUE(formCacheMgr_.AddData(PARAM_FORM_ID_FIRST, formProviderData)); in HWTEST_F()
134 EXPECT_TRUE(formCacheMgr_.AddData(PARAM_FORM_ID_FIRST, formProviderData)); in HWTEST_F()
160 EXPECT_TRUE(formCacheMgr_.AddData(PARAM_FORM_ID_FIRST, formProviderData)); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp503 AddData(std::string(cdata, BLE_ADV_DATA_FIELD_TYPE_AND_LEN) + in AddServiceData()
513 AddData(std::string(cdata, BLE_ADV_DATA_FIELD_TYPE_AND_LEN) + in AddServiceData()
524 AddData(std::string(cdata, BLE_ADV_DATA_FIELD_TYPE_AND_LEN) + in AddServiceData()
546 AddData(std::string(cdata, BLE_ADV_DATA_FIELD_TYPE_AND_LEN) + data); in AddCharacteristicValue()
593 AddData(std::string(cdata, BLE_ADV_DATA_FIELD_TYPE_AND_LEN) + serviceUuid16); in AddServiceUuids()
598 AddData(std::string(cdata, BLE_ADV_DATA_FIELD_TYPE_AND_LEN) + serviceUuid32); in AddServiceUuids()
603 AddData(std::string(cdata, BLE_ADV_DATA_FIELD_TYPE_AND_LEN) + serviceUuid128); in AddServiceUuids()
618 AddData(std::string(cdata, BLE_ADV_DATA_FIELD_TYPE_AND_LEN) + in SetAppearance()
637 AddData(std::string(cdata, BLE_ADV_DATA_FIELD_TYPE_AND_LEN) + in SetCompleteServices()
647 AddData(st in SetCompleteServices()
739 void BleAdvertiserDataImpl::AddData(std::string data) AddData() function in OHOS::bluetooth::BleAdvertiserDataImpl
[all...]
H A Dble_service_data.h616 void AddData(std::string data);
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/databuffer/
H A Ddata_buffer_test.cpp113 * @tc.desc: Verify the AddData function.
120 dataBuffer_->AddData(10, inputData); in HWTEST_F()
126 * @tc.desc: Verify the AddData function.
135 dataBuffer_->AddData(10, inputData); in HWTEST_F()
142 * @tc.desc: Verify the AddData function.
151 dataBuffer_->AddData(10, inputData); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_cache_mgr.cpp57 bool FormCacheMgr::AddData(int64_t formId, const FormProviderData &formProviderData) in AddData() function in OHOS::AppExecFwk::FormCacheMgr
/foundation/distributedhardware/distributed_screen/services/common/databuffer/include/
H A Ddata_buffer.h47 void AddData(size_t dataSize, unsigned char* &inputData);
/foundation/ability/form_fwk/services/include/
H A Dform_cache_mgr.h49 bool AddData(int64_t formId, const FormProviderData &formProviderData);
/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/
H A Dformcachemgr_fuzzer.cpp52 formCacheMgr.AddData(formId, formProviderData); in DoSomethingInterestingWithMyAPI()
/foundation/distributedhardware/distributed_screen/services/common/databuffer/src/
H A Ddata_buffer.cpp98 void DataBuffer::AddData(size_t dataSize, unsigned char* &inputData) in AddData() function in OHOS::DistributedHardware::DataBuffer
105 DHLOGE("%{public}s: in AddData memcpy data failed, ret: %{public}" PRId32, DSCREEN_LOG_TAG, ret); in AddData()
/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp93 FormCacheMgr::GetInstance().AddData(formId, formProviderInfo.GetFormData()); in AcquireForm()
431 FormCacheMgr::GetInstance().AddData(formId, formRecord.formProviderInfo.GetFormData()); in UpdateForm()
H A Dform_cache_mgr.cpp177 bool FormCacheMgr::AddData(int64_t formId, const FormProviderData &formProviderData) in AddData() function in OHOS::AppExecFwk::FormCacheMgr
H A Dform_render_mgr_inner.cpp181 FormCacheMgr::GetInstance().AddData(formRecord.formId, formRecord.formProviderInfo.GetFormData()); in UpdateRenderingForm()
H A Dform_mgr_adapter.cpp2383 FormCacheMgr::GetInstance().AddData(formId, formJsInfo.formProviderData); in AddRequestPublishForm()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp175 outData.AddData(data.GetPayload()); in ConvertAdvertisingData()
/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp267 data->AddData(static_cast<size_t>(outSize), outBuffer); in CompressRgbaToJpeg()

Completed in 15 milliseconds