/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_collection_ffi.cpp | 61 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 D | image_base.cpp | 130 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 D | bundle_manager_ffi.cpp | 45 CArrString VectorToCArrString(std::vector<std::string> &vec) in VectorToCArrString() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_device_type_test.cpp | 101 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 D | serialisation_utils.cpp | 30 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 D | test_utils.cpp | 124 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 D | test_utils.h | 63 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 D | metadata_helper_test.cpp | 60 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 D | IntfMetadataTest.cpp | 170 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 D | ecs_listener.h | 88 auto& vec = entities_[entity.id]; in AddEntity() local
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_utils.h | 43 void AppendToVector(std::vector<uint8_t>& vec, const T& param) in AppendToVector() argument
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_controller.cpp | 182 BASE_NS::vector<IAnimation::WeakPtr> vec = BASE_NS::move(animations_); in Finalize() local
|
/foundation/multimedia/player_framework/services/services/observer/ |
H A D | media_telephony_listener.cpp | 64 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 D | recorder_capability_napi.cpp | 311 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 D | vpn_config.cpp | 141 bool VpnConfig::UnmarshallingVectorString(Parcel &parcel, std::vector<std::string> &vec) in UnmarshallingVectorString() argument
|
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | http_request.cpp | 170 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 D | http_cache_request.cpp | 24 auto vec = CommonUtils::Split(cacheControl, SPLIT); in ParseCacheControl() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | cmd_list_helper.h | 132 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 D | util.cpp | 21 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 D | troubleshoot.c | 112 unsigned int vec, cause_code; in show_ecr_verbose() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xics/ |
H A D | ics-opal.c | 198 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 D | icp-opal.c | 64 unsigned int vec; in icp_opal_get_irq() local 150 unsigned int vec; in icp_opal_flush_interrupt() local [all...] |
H A D | icp-hv.c | 106 unsigned int vec = xirr & 0x00ffffff; in icp_hv_get_irq() local
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | troubleshoot.c | 112 unsigned int vec, cause_code; in show_ecr_verbose() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/ |
H A D | icp-opal.c | 65 unsigned int vec; in icp_opal_get_irq() local 151 unsigned int vec; in icp_opal_flush_interrupt() local [all...] |