Home
last modified time | relevance | path

Searched refs:size (Results 13626 - 13650 of 38882) sorted by relevance

1...<<541542543544545546547548549550>>...1556

/base/sensors/sensor/utils/common/include/
H A Dsensor_basic_data_channel.h40 int32_t SendData(const void *vaddr, size_t size);
41 int32_t ReceiveData(void *vaddr, size_t size);
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_notify.cpp46 TELEPHONY_LOGD("NotifySignalInfoUpdated~~~ signalInfos size=%{public}zu", signalInfos.size()); in NotifySignalInfoUpdated()
57 TELEPHONY_LOGD("NotifyCellInfoUpdated~~~ cell size=%{public}zu", cellInfos.size()); in NotifyCellInfoUpdated()
/base/telephony/telephony_data/opkey_version/src/
H A Dopkey_version_result_set_bridge.cpp42 int keyStatus = writer.Write(KEY_COLUMN, INFO_KEY.c_str(), INFO_KEY.size() + 1); in FillBlock()
46 int valueStatus = writer.Write(VALUE_COLUMN, opkeyInfo_.c_str(), opkeyInfo_.size() + 1); in FillBlock()
/base/time/time_service/services/dfx/src/
H A Dtime_cmd_parse.cpp36 if (format.size() == 0) { in GetOption()
39 for (unsigned long i = 0; i < format.size() - 1; i++) { in GetOption()
/base/update/updater/services/ptable_parse/
H A Dcomposite_ptable.h36 bool CheckBuff(const uint8_t *buf, const uint64_t size) in CheckBuff() argument
38 return (buf != nullptr) && (size > 0); in CheckBuff()
/base/time/time_service/test/fuzztest/timeservice_fuzzer/common/
H A Dtime_service_fuzz_utils.cpp28 void TimeServiceFuzzUtils::OnRemoteRequestTest(uint32_t code, const uint8_t *rawData, size_t size) in OnRemoteRequestTest() argument
32 data.WriteBuffer(rawData, size); in OnRemoteRequestTest()
/base/usb/usb_manager/test/fuzztest/usbmgrgetrawdescriptors_fuzzer/
H A Dusbmgrgetrawdescriptors_fuzzer.cpp23 bool UsbMgrGetRawDescriptorsFuzzTest(const uint8_t* data, size_t /* size */) in UsbMgrGetRawDescriptorsFuzzTest()
53 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
56 OHOS::USB::UsbMgrGetRawDescriptorsFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/base/usb/usb_manager/test/fuzztest/usbmgrrequestqueue_fuzzer/
H A Dusbmgrrequestqueue_fuzzer.cpp23 bool UsbMgrRequestQueueFuzzTest(const uint8_t* data, size_t /* size */) in UsbMgrRequestQueueFuzzTest()
58 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
61 OHOS::USB::UsbMgrRequestQueueFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/base/usb/usb_manager/test/fuzztest/usbmgrrequestfree_fuzzer/
H A Dusbmgrrequestfree_fuzzer.cpp23 bool UsbMgrRequestFreeFuzzTest(const uint8_t* data, size_t /* size */) in UsbMgrRequestFreeFuzzTest()
58 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
61 OHOS::USB::UsbMgrRequestFreeFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/base/useriam/pin_auth/test/unittest/src/
H A Dframework_scrypt_scrypt_test.cpp51 EXPECT_EQ(result.size(), 64); in HWTEST_F()
61 EXPECT_EQ(result.size(), 0); in HWTEST_F()
/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dengine_worker.cpp34 size_t size = queue.Count(); in ClearQueue() local
35 for (size_t i = 0; i < size; ++i) { in ClearQueue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_accessibility_property.cpp29 return static_cast<int32_t>(arrayValue.size()); in GetCollectionItemCounts()
58 if (selectIndex < static_cast<int32_t>(arrayValue.size())) { in GetText()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper_item.cpp43 auto size = GetLayoutParam().Constrain(Size(child->GetLayoutSize().Width(), child->GetLayoutSize().Height())); in PerformLayout() local
44 SetLayoutSize(size); in PerformLayout()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.h41 CJ_EXPORT void* FfiPromptMallocButtons(int64_t size);
43 CJ_EXPORT void FfiPromptShowDialog(const char* title, const char* message, int32_t size,
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.h33 const Size& size, AIImageQuality imageQuality = AIImageQuality::NONE, bool isHdrDecoderNeed = false) override;
35 uint32_t index, const Size& size,
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_scrollbar_ffi.cpp34 if (!Utils::CheckParamsValid(direction, AXIS.size())) { in FfiOHOSAceFrameworkScrollBarCreate()
38 if (!Utils::CheckParamsValid(state, DISPLAY_MODE.size())) { in FfiOHOSAceFrameworkScrollBarCreate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_content_modifier.h49 void SetClipSize(SizeF size) in SetClipSize() argument
51 clipSize_->Set(size); in SetClipSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item_pool.h37 explicit ScrollableItemPool(size_t size) : size_(size) {} in ScrollableItemPool() argument
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_animation.cpp66 if (currentIndex_ == pictures_.size() - 1) { in OnNormalizedTimestampChanged()
75 if (index >= pictures_.size()) { in OnNormalizedTimestampChanged()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_painter.h37 void PaintSide(RSCanvas& context, const SizeF& size, const OffsetF& offset);
80 void Paint(RSCanvas& canvas, const SizeF& size, const OffsetF& offset);
/foundation/arkui/ui_lite/frameworks/font/
H A Dfont_ram_allocator.h47 void* Allocate(uint32_t size);
50 void* DynamicAllocate(uint32_t size);
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Dgradient_style_modifier_test.cpp65 * @tc.steps: step4. check data size. in HWTEST_F()
67 EXPECT_EQ(outputGradient.GetColors().size(), gradient.GetColors().size()); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_wrapper.h56 virtual void DataAvailable(uint8_t *buf, uint32_t size) = 0;
65 virtual bool DecodePacket(uint8_t *data, uint16_t size) = 0;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_extractor_util.h31 uint64_t size);
36 static bool HasCopiedData(const char *filePath, int32_t fp, uint64_t size);
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Draw_address.h97 void ConvertToUint8(uint8_t *dst, const size_t size = BT_ADDRESS_BYTE_LEN) const;
106 static RawAddress ConvertToString(const uint8_t *src, const size_t size = BT_ADDRESS_BYTE_LEN);

Completed in 19 milliseconds

1...<<541542543544545546547548549550>>...1556