/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_pool.cpp | 71 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 D | distributed_want_params_wrapper.h | 73 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 D | ast_union_type.h | 61 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 D | ast_namespace.cpp | 50 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 D | ast_struct_type.h | 68 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 D | intell_voice_napi_queue.h | 25 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 D | distributed_data_storage.h | 61 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 D | nncompiled_cache.h | 51 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 D | frame.h | 59 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 D | mock_ability_manager_client_interface1.h | 69 size_t GetStartAbilityRunCount(); 70 void SetStartAbilityRunCount(size_t nCount); 72 size_t startAbilityRunCount_;
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_maker.cpp | 23 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 D | render_select.cpp | 66 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 D | lazy_foreach.h | 55 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 D | file_asset_provider_impl.h | 50 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 D | native_styled_string_descriptor.cpp | 37 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 D | water_flow_sections.h | 79 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 D | bundle_user_mgr_proxy.cpp | 27 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 D | main_widget.cpp | 76 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 D | mock_lazy_for_each_builder.h | 58 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 D | ark_native_reference.h | 47 size_t nativeBindingSize = 0); 56 size_t nativeBindingSize = 0); 102 size_t nativeBindingSize_ {0};
|
/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | js_test_arraybuffer.cpp | 29 size_t arrayBufferSize = 1024*4; in CreateArrayBuffer() 38 size_t argc = 1; in DetachArrayBuffer() 59 size_t argc = 1; in IsDetachedArrayBuffer()
|
H A D | js_test_date_napi.cpp | 25 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 D | runscriptbuffer_fuzzer.cpp | 42 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 D | bluetooth_gatt_characteristic.h | 204 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 D | bluetooth_connection_common.cpp | 78 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()
|