Home
last modified time | relevance | path

Searched refs:size_t (Results 7976 - 8000 of 27916) sorted by relevance

1...<<311312313314315316317318319320>>...1117

/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_pool.cpp71 bool StringPool::Grow(size_t expand) in Grow()
73 size_t newSize = dataOffset_ + expand; in Grow()
78 size_t step = dataCapacity_ * 3; in Grow()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params_wrapper.h73 static size_t FindMatchingBrace(const std::string& str, size_t strnum);
77 static int GerTypedId(const std::string& str, size_t& strnum);
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_union_type.h61 inline size_t GetMemberNumber() in GetMemberNumber()
66 inline std::string GetMemberName(size_t index) in GetMemberName()
74 inline AutoPtr<ASTType> GetMemberType(size_t index) in GetMemberType()
H A Dast_namespace.cpp50 AutoPtr<ASTNamespace> ASTNamespace::GetNamespace(size_t index) in GetNamespace()
68 AutoPtr<ASTInterfaceType> ASTNamespace::GetInterface(size_t index) in GetInterface()
86 AutoPtr<ASTSequenceableType> ASTNamespace::GetSequenceable(size_t index) in GetSequenceable()
H A Dast_struct_type.h68 inline size_t GetMemberNumber() in GetMemberNumber()
73 inline std::string GetMemberName(size_t index) in GetMemberName()
81 inline AutoPtr<ASTType> GetMemberType(size_t index) in GetMemberType()
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_napi_queue.h25 constexpr size_t ARGC_MAX = 4;
28 using CbInfoParser = std::function<bool(size_t argc, napi_value *argv)>;
36 bool GetCbInfo(napi_env env, napi_callback_info info, size_t callBackIndex, CbInfoParser parser);
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_data_storage.h61 bool Insert(const std::string& networkId, int32_t missionId, const uint8_t* byteStream, size_t len);
100 bool InsertInnerLocked(const std::string& uuid, int32_t missionId, const uint8_t* byteStream, size_t len);
105 static void GenerateValue(const uint8_t* byteStream, size_t len, DistributedKv::Value& value);
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.h51 OH_NN_ReturnCode SetBackend(size_t backendID);
67 unsigned short GetCrc16(char* buffer, size_t length) const;
72 size_t m_backendID {0};
/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/
H A Dframe.h59 virtual size_t PrefixSize() = 0;
107 size_t PrefixSize() override
133 size_t prefixSize_ = 0;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability_manager_client_interface1.h69 size_t GetStartAbilityRunCount();
70 void SetStartAbilityRunCount(size_t nCount);
72 size_t startAbilityRunCount_;
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_maker.cpp23 RtpMaker::RtpMaker(uint32_t ssrc, size_t mtuSize, uint8_t payloadType, uint32_t sampleRate, uint16_t seq) in RtpMaker()
33 size_t RtpMaker::GetMaxSize() const in GetMaxSize()
43 RtpPacket::Ptr RtpMaker::MakeRtp(const void *data, size_t len, bool mark, uint32_t stamp) in MakeRtp()
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Drender_select.cpp66 std::size_t optionCount = data_->GetSelectOptionCount(); in ProvideRestoreInfo()
68 for (std::size_t index = 0; index < optionCount; index++) { in ProvideRestoreInfo()
83 index_ = static_cast<size_t>(StringUtils::StringToInt(GetRestoreInfo())); in ApplyRestoreInfo()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dlazy_foreach.h55 void NotifyDataChanged(size_t index, const RefPtr<NG::UINode>& lazyForEachNode, bool isRebuild = true) override {};
56 void NotifyDataDeleted(const RefPtr<NG::UINode>& lazyForEachNode, size_t index, bool removeIds) override {};
57 void NotifyDataAdded(size_t index) override {};
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dfile_asset_provider_impl.h50 FileAssetImplMapping(std::unique_ptr<uint8_t[]> data, size_t size) : data_(std::move(data)), size_(size) {} in FileAssetImplMapping()
53 size_t GetSize() const override
65 size_t size_ = 0;
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_styled_string_descriptor.cpp37 uint8_t* buffer, size_t bufferSize, ArkUI_StyledString_Descriptor* descriptor) in OH_ArkUI_UnmarshallStyledStringDescriptor()
46 uint8_t* buffer, size_t bufferSize, ArkUI_StyledString_Descriptor* descriptor, size_t* resultSize) in OH_ArkUI_MarshallStyledStringDescriptor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_sections.h79 void ChangeData(size_t start, size_t deleteCount, const std::vector<Section>& newSections);
82 void ReplaceFrom(size_t start, const std::vector<Section>& newSections);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_user_mgr_proxy.cpp27 constexpr size_t DISALLOWLISTMAXSIZE = 1000;
52 size_t disallowListMatchSize = in CreateNewUser()
58 for (size_t index = 0; index < disallowListMatchSize; ++index) { in CreateNewUser()
/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
H A Dmain_widget.cpp76 qRegisterMetaType<size_t>("size_t"); in CreateSocketThread()
77 connect(socketThread_->GetClientManager(), SIGNAL(SendMsgSignal(size_t)), this, in CreateSocketThread()
78 SLOT(SendMsgSlot(size_t))); in CreateSocketThread()
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dmock_lazy_for_each_builder.h58 void NotifyDataChanged(size_t index, const RefPtr<NG::UINode>& lazyForEachNode, bool isRebuild = true) override {};
59 void NotifyDataDeleted(const RefPtr<NG::UINode>& lazyForEachNode, size_t index, bool removeIds) override {};
60 void NotifyDataAdded(size_t index) override {};
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_reference.h47 size_t nativeBindingSize = 0);
56 size_t nativeBindingSize = 0);
102 size_t nativeBindingSize_ {0};
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_arraybuffer.cpp29 size_t arrayBufferSize = 1024*4; in CreateArrayBuffer()
38 size_t argc = 1; in DetachArrayBuffer()
59 size_t argc = 1; in IsDetachedArrayBuffer()
H A Djs_test_date_napi.cpp25 size_t argc = 1; in CreateDateFun()
48 size_t argc = 1; in IsDateFun()
62 size_t argc = 1; in GetDateValueFun()
/foundation/arkui/napi/test/fuzztest/runscriptbuffer_fuzzer/
H A Drunscriptbuffer_fuzzer.cpp42 void RunScriptBuffer(const std::string& path, uint8_t* buffer, size_t size, bool isBundle) in RunScriptBuffer()
66 void RunScriptBufferFuzzTest(const uint8_t* data, size_t size) in RunScriptBufferFuzzTest()
91 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_characteristic.h204 const std::unique_ptr<uint8_t[]> &GetValue(size_t *size) const;
233 void SetValue(const uint8_t *values, const size_t length);
290 size_t length_;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_common.cpp78 size_t size = tids.size(); in Convert2CArrString()
80 size > std::numeric_limits<size_t>::max() / sizeof(char *)) { in Convert2CArrString()
88 size_t i = 0; in Convert2CArrString()

Completed in 16 milliseconds

1...<<311312313314315316317318319320>>...1117