/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_marshalling_helper.h | 90 static bool Marshalling(Parcel& parcel, const T& val) in Marshalling() 95 static bool Unmarshalling(Parcel& parcel, T& val) in Unmarshalling() 107 static bool Marshalling(Parcel& parcel, const std::string& val) in Marshalling() 111 static bool Unmarshalling(Parcel& parcel, std::string& val) in Unmarshalling() 117 static bool MarshallingArray(Parcel& parcel, const T* val, int count) in MarshallingArray() 125 static bool UnmarshallingArray(Parcel& parcel, T*& val, int count) in UnmarshallingArray() 154 static bool UnmarshallingVec(Parcel& parcel, std::vector<T>& val) in UnmarshallingVec() 314 static bool Unmarshalling(Parcel& parcel, std::map<T, P>& val) in Unmarshalling() 346 static bool Unmarshalling(Parcel& parcel, std::vector<T>& val) in Unmarshalling() 376 static bool Unmarshalling(Parcel& parcel, std::optional<T>& val) in Unmarshalling() [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | dumpcatcher_system_test.cpp | 480 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0])); variable 505 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0])); variable 533 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0])); variable 562 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0])); variable 591 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0])); variable 1303 int val = TestFunc6(tid, done); in TestFunc5() local 1309 int val = TestFunc5(tid, done); in TestFunc4() local 1315 int val = TestFunc4(tid, done); in TestFunc3() local 1321 int val = TestFunc3(tid, done); in TestFunc2() local 1327 int val = TestFunc2(tid, done); in TestFunc1() local [all …]
|
/ohos5.0/base/print/print_fwk/utils/include/ |
H A D | print_util.h | 93 uint32_t count = 1; in ParseListToString() local 95 for (auto val: list) { in ParseListToString() local 111 int count = 0; in SplitStr() local 122 inline std::string PrintUtil::ToUpper(const std::string& val) in ToUpper()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/ |
H A D | raw_data_encoder.cpp | 29 bool RawDataEncoder::StringValueEncoded(RawData& data, const std::string& val) in StringValueEncoded() 42 bool RawDataEncoder::ValueTypeEncoded(RawData& data, bool isArray, ValueType type, uint8_t count) in ValueTypeEncoded()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
H A D | raw_data_encoder.cpp | 36 bool RawDataEncoder::StringValueEncoded(RawData& data, const std::string& val) in StringValueEncoded() 49 bool RawDataEncoder::ValueTypeEncoded(RawData& data, bool isArray, ValueType type, uint8_t count) in ValueTypeEncoded()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_memory.cpp | 41 bool DfxMemory::ReadReg(int regIdx, uintptr_t *val) in ReadReg() 49 bool DfxMemory::ReadMem(uintptr_t addr, uintptr_t *val) in ReadMem() 108 bool DfxMemory::ReadU8(uintptr_t& addr, uint8_t *val, bool incre) in ReadU8() 116 bool DfxMemory::ReadU16(uintptr_t& addr, uint16_t *val, bool incre) in ReadU16() 124 bool DfxMemory::ReadU32(uintptr_t& addr, uint32_t *val, bool incre) in ReadU32() 132 bool DfxMemory::ReadU64(uintptr_t& addr, uint64_t *val, bool incre) in ReadU64() 181 bool DfxMemory::ReadPrel31(uintptr_t& addr, uintptr_t *val) in ReadPrel31() 194 uint64_t val = 0; in ReadUleb128() local 210 uint64_t val = 0; in ReadSleb128() local 255 uintptr_t val = 0; in ReadEncodedValue() local [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | allocator.h | 62 inline bool ClearToValue(void* dst, size_t dstSize, uint8_t val, size_t count) in ClearToValue()
|
H A D | vector.h | 426 void reserve(size_type count) in reserve() 431 void resize(size_type count) in resize() 448 void resize(size_t count, const_reference value) in resize() 616 iterator insert(const_iterator pos, size_type count, const T& value) in insert() 664 void append(size_type count, const T& value) in append() 804 void push_back(const value_type& val) in push_back() 812 void push_back(value_type&& val) in push_back() 921 const difference_type count = last - first; in copy() local 925 const difference_type count = last.ptr() - first.ptr(); in copy() local 1041 pointer init_value(pointer dst, size_t count) in init_value() [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_statement.cpp | 218 int count = static_cast<int>(args.size()); in Bind() local 231 ValueObject val; in Bind() local 343 int count = static_cast<int>(args.size()); in Execute() local 598 auto val = std::get_if<int64_t>(&arg); in BindInteger() local 607 auto val = std::get_if<double>(&arg); in BindDouble() local 616 auto val = std::get_if<std::string>(&arg); in BindText() local 625 auto val = std::get_if<bool>(&arg); in BindBool() local 647 auto val = std::get_if<Asset>(&arg); in BindAsset() local 657 auto val = std::get_if<Assets>(&arg); in BindAssets() local 667 auto val = std::get_if<Floats>(&object); in BindFloats() local [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_barrier_list.cpp | 54 …r* AllocateCommandBarriers(RenderBarrierList::LinearAllocatorStruct& allocator, const size_t count) in AllocateCommandBarriers() 72 const size_t count = vec.size(); in BeginFrame() local 109 …const bool val = CloneData(commandBarrierData, barriersByteSize, barriers.data(), barriersByteSize… in AddBarriersToBarrierPoint() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/ |
H A D | camera_ability_parse_util.cpp | 25 uint32_t count = item.count; in GetModeInfo() local 64 uint32_t count = item.count; in GetAvailableConfiguration() local 99 uint32_t count = item.count; in GetConflictConfiguration() local 135 uint32_t count = item.count; in GetAbilityInfo() local 280 [](auto val) { return static_cast<uint32_t>(val); }); in GetDetailInfo() 310 [](auto val) { return static_cast<uint32_t>(val); }); in GetAvailableConfigInfo()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | wifi_p2p_dns_txt_record.cpp | 65 int count = 0; in KeyNum() local 101 bool WifiP2PDnsTxtRecord::SetRecord(const std::string &key, const std::string &val) in SetRecord()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_js_utils.cpp | 87 napi_value val = nullptr; in Convert2JSValue() local 104 size_t count = 0; in Convert2Value() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_signal/src/ |
H A D | spin_rwlock.rs | 49 let val = Box::new(data); in new() localVariable 112 let count = &self.version_holder_count[version]; in wait_version_release() localVariable 146 let val = Box::new(val); in store() localVariable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/ |
H A D | rdb_subscriber_manager.cpp | 234 rdbCache_.ForEach([&uri, &context, this](const Key &key, std::vector<ObserverNode> &val) { in Emit() 253 …ch([&uri, &userId, &metaData, &hasObserver, this](const Key &key, std::vector<ObserverNode> &val) { in Emit() 281 rdbCache_.ForEach([&uri, &results](const Key &key, std::vector<ObserverNode> &val) { in GetKeysByUri() 296 rdbCache_.ComputeIfPresent(key, [&rdbPath, &version, &userId, this](const Key &key, auto &val) { in EmitByKey() 309 int count = 0; in GetEnableObserverCount() local 318 … RdbSubscriberManager::Notify(const Key &key, int32_t userId, const std::vector<ObserverNode> &val, in Notify() 373 …he_.ForEach([&uri, &context, &subscriberId, this](const Key &key, std::vector<ObserverNode> &val) { in Emit()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_macros.h | 40 #define VALUE(val) argument 44 #define DEFINE_ARRAY_PROPERTY(type, count, name, displayname, flags, value) \ argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | templates_parser.cpp | 80 size_t count = 0; in GetRepeat() local 123 double TemplatesParser::ConvertVirtualSize(const std::string& val, const DimensionUnit& unit, doubl… in ConvertVirtualSize() 147 double TemplatesParser::ParseUnit(const Value& val, double size) in ParseUnit() 222 double count = 0; in ParseArgsWithAutoFill() local 326 auto count = StringUtils::StringToInt(matches[1].str()); in ConvertRepeatArgs() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_result_set_impl.cpp | 49 int RdbResultSetImpl::GetColumnCount(int &count) in GetColumnCount() 97 int RdbResultSetImpl::GetRowCount(int &count) in GetRowCount() 361 auto val = std::get_if<std::string>(&object.value); in GetSize() local 366 auto val = std::get_if<std::vector<uint8_t>>(&object.value); in GetSize() local
|
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/ |
H A D | log_parse.cpp | 97 size_t count = static_cast<size_t>(num); in GetValidStack() local 230 string LogParse::MatchExceptionLibrary(const string& val) in MatchExceptionLibrary() 246 size_t count = 0; in MatchIgnoreLibrary() local
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/ |
H A D | oh_commonevent_parameters_parse.cpp | 84 auto val = AAFwk::String::Unbox(iValue); in InnerWrapWantParamsArrayString() local 93 void ClearParametersPtr(CParameters **ptr, int count, bool isKey) in ClearParametersPtr() 161 int count = 0; in ParseParameters() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | component_struct_macros.h | 92 #define VALUE(val) val argument 96 #define DEFINE_ARRAY_PROPERTY(type, count, name, displayname, flags, value) type name[count]{ value… argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | templates_parser.cpp | 64 double ConvertVirtualSize(const std::string& val, const DimensionUnit& unit, double size) in ConvertVirtualSize() 89 double ParseUnit(const Value& val, double size) in ParseUnit() 142 size_t count = 0; in GetRepeat() local 248 double count = 0; in ParseArgsWithAutoFill() local 278 auto count = StringUtils::StringToInt(matches[1].str()); in ConvertRepeatArgs() local 432 double count = 0; in ParseArgsWithAutoFit() local
|
/ohos5.0/foundation/resourceschedule/ffrt/test/testfunc/ |
H A D | func_pool.cpp | 30 void NestedFib(int num, int &count) in NestedFib() 43 void NestedAddOne(int deepth, int &val) in NestedAddOne() 55 void NestedWhile(uint64_t count) in NestedWhile()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | net_test.cpp | 244 int32_t count = 0; in CheckAudioParam() local 408 for (auto &val : vecThread) { variable 454 for (auto &val : vecThread) { variable 552 for (auto &val : vecThread) { variable 599 for (auto &val : vecThread) { variable 648 for (auto &val : vecThread) { variable 695 for (auto &val : vecThread) { variable 836 for (auto &val : vecThread) { variable 883 for (auto &val : vecThread) { variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_node.cpp | 370 auto count = skCanvas_->getSaveCount(); local 373 auto count = rsCanvas_->GetSaveCount(); local 596 void SvgNode::UpdateAttrHelper(const std::string& name, const std::string& val) 616 void SvgNode::UpdateAttr(const std::string& name, const Color& val) 622 void SvgNode::UpdateAttr(const std::string& name, const Dimension& val) 628 void SvgNode::UpdateAttr(const std::string& name, const double& val)
|