Home
last modified time | relevance | path

Searched defs:vec (Results 51 - 75 of 532) sorted by relevance

12345678910>>...22

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_collection_ffi.cpp61 void FFICJCommonVectorStringSetElement(VectorStringHandle vec, int64_t index, const char* value) in FFICJCommonVectorStringSetElement() argument
68 const char* FFICJCommonVectorStringGetElement(VectorStringHandle vec, int64_t index) in FFICJCommonVectorStringGetElement() argument
75 void FFICJCommonVectorInt32SetElement(VectorInt32Handle vec, int64_t index, int32_t value) in FFICJCommonVectorInt32SetElement() argument
81 FFICJCommonVectorInt32GetElement(VectorInt32Handle vec, int64_t index) FFICJCommonVectorInt32GetElement() argument
88 FFICJCommonVectorInt64SetElement(VectorInt64Handle vec, int64_t index, int64_t value) FFICJCommonVectorInt64SetElement() argument
94 FFICJCommonVectorInt64GetElement(VectorInt64Handle vec, int64_t index) FFICJCommonVectorInt64GetElement() argument
101 FFICJCommonVectorUInt8SetElement(VectorUInt8Handle vec, int64_t index, uint8_t value) FFICJCommonVectorUInt8SetElement() argument
107 FFICJCommonVectorUInt8GetElement(VectorUInt8Handle vec, int64_t index) FFICJCommonVectorUInt8GetElement() argument
114 FFICJCommonVectorUInt32SetElement(VectorUInt32Handle vec, int64_t index, uint32_t value) FFICJCommonVectorUInt32SetElement() argument
120 FFICJCommonVectorUInt32GetElement(VectorUInt32Handle vec, int64_t index) FFICJCommonVectorUInt32GetElement() argument
127 FFICJCommonVectorFloat32SetElement(VectorFloat32Handle vec, int64_t index, float value) FFICJCommonVectorFloat32SetElement() argument
133 FFICJCommonVectorFloat32GetElement(VectorFloat32Handle vec, int64_t index) FFICJCommonVectorFloat32GetElement() argument
140 FFICJCommonVectorFloat64SetElement(VectorFloat64Handle vec, int64_t index, double value) FFICJCommonVectorFloat64SetElement() argument
146 FFICJCommonVectorFloat64GetElement(VectorFloat64Handle vec, int64_t index) FFICJCommonVectorFloat64GetElement() argument
153 FFICJCommonVectorBoolSetElement(VectorBoolHandle vec, int64_t index, bool value) FFICJCommonVectorBoolSetElement() argument
159 FFICJCommonVectorBoolGetElement(VectorBoolHandle vec, int64_t index) FFICJCommonVectorBoolGetElement() argument
166 FFICJCommonVectorNavigationItemSetElement(VectorNavigationItemHandle vec, int64_t index, NavigationItemFFI value) FFICJCommonVectorNavigationItemSetElement() argument
172 FFICJCommonVectorNavigationItemGetElement(VectorNavigationItemHandle vec, int64_t index) FFICJCommonVectorNavigationItemGetElement() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_base.cpp130 std::vector<RefPtr<UINode>> vec; in PopUINodes() local
139 void PushUINodes(std::vector<RefPtr<UINode>> &vec) in PushUINodes() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_ffi.cpp45 CArrString VectorToCArrString(std::vector<std::string> &vec) in VectorToCArrString() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_device_type_test.cpp101 std::vector<std::string> vec; in HWTEST_F() local
121 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; in HWTEST_F() local
142 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; in HWTEST_F() local
163 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; in HWTEST_F() local
184 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; in HWTEST_F() local
205 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local
226 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; HWTEST_F() local
245 std::vector<std::string> vec; HWTEST_F() local
262 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local
279 std::vector<std::string> vec; HWTEST_F() local
296 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local
313 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local
330 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; HWTEST_F() local
347 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; HWTEST_F() local
364 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dserialisation_utils.cpp30 MemFile::MemFile(BASE_NS::vector<char> vec) : data_(BASE_NS::move(vec)) {} in MemFile() argument
112 BASE_NS::vector<char> vec; in LoadFile() local
129 void WriteToFile(const BASE_NS::vector<char>& vec, BASE_N argument
[all...]
H A Dtest_utils.cpp124 std::ostream& operator<<(std::ostream& os, const BASE_NS::Math::Vec3& vec) in operator <<() argument
130 std::ostream& operator<<(std::ostream& os, const BASE_NS::Math::Vec2& vec) in operator <<() argument
H A Dtest_utils.h63 bool ContainsObjectWithName(const BASE_NS::vector<Type>& vec, const BASE_NS::string& name) in ContainsObjectWithName() argument
172 inline BASE_NS::vector<META_NS::IProperty::Ptr> SortByName(BASE_NS::vector<META_NS::IProperty::Ptr> vec) in SortByName() argument
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dmetadata_helper_test.cpp60 std::vector<uint8_t> vec; in HWTEST_F() local
78 std::vector<uint8_t> vec; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfMetadataTest.cpp170 static auto* GetMeta(const BASE_NS::vector<Type>& vec, const BASE_NS::string& name) in GetMeta() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_listener.h88 auto& vec = entities_[entity.id]; in AddEntity() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_utils.h43 void AppendToVector(std::vector<uint8_t>& vec, const T& param) in AppendToVector() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_controller.cpp182 BASE_NS::vector<IAnimation::WeakPtr> vec = BASE_NS::move(animations_); in Finalize() local
/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.cpp64 OnSignalInfoUpdated(int32_t slotId, const std::vector<sptr<OHOS::Telephony::SignalInformation>> &vec) OnSignalInfoUpdated() argument
77 OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<OHOS::Telephony::CellInformation>> &vec) OnCellInfoUpdated() argument
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.cpp311 std::vector<int32_t> vec = (*it)->sampleRate; in GetJsResult() local
348 std::vector<int32_t> vec = (*it)->audioSampleRates; in GetJsResult() local
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dvpn_config.cpp141 bool VpnConfig::UnmarshallingVectorString(Parcel &parcel, std::vector<std::string> &vec) in UnmarshallingVectorString() argument
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_request.cpp170 struct curl_slist *HttpRequest::MakeHeaders(const std::vector<std::string> &vec) in MakeHeaders() argument
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp24 auto vec = CommonUtils::Split(cacheControl, SPLIT); in ParseCacheControl() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h132 static std::pair<size_t, size_t> AddVectorToCmdList(CmdList& cmdList, const std::vector<Type>& vec) in AddVectorToCmdList() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dutil.cpp21 void Util::SplitString(const string& str, vector<string>& vec, const string& pattern) in SplitString() argument
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dtroubleshoot.c112 unsigned int vec, cause_code; in show_ecr_verbose() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xics/
H A Dics-opal.c198 static void ics_opal_mask_unknown(struct ics *ics, unsigned long vec) in ics_opal_mask_unknown() argument
212 static long ics_opal_get_server(struct ics *ics, unsigned long vec) in ics_opal_get_server() argument
H A Dicp-opal.c64 unsigned int vec; in icp_opal_get_irq() local
150 unsigned int vec; in icp_opal_flush_interrupt() local
[all...]
H A Dicp-hv.c106 unsigned int vec = xirr & 0x00ffffff; in icp_hv_get_irq() local
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dtroubleshoot.c112 unsigned int vec, cause_code; in show_ecr_verbose() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/
H A Dicp-opal.c65 unsigned int vec; in icp_opal_get_irq() local
151 unsigned int vec; in icp_opal_flush_interrupt() local
[all...]

Completed in 16 milliseconds

12345678910>>...22