| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_collection_ffi.cpp | 70 const char* FFICJCommonVectorStringGetElement(VectorStringHandle vec, int64_t index) in FFICJCommonVectorStringGetElement() 77 void FFICJCommonVectorInt32SetElement(VectorInt32Handle vec, int64_t index, int32_t value) in FFICJCommonVectorInt32SetElement() 83 int32_t FFICJCommonVectorInt32GetElement(VectorInt32Handle vec, int64_t index) in FFICJCommonVectorInt32GetElement() 90 void FFICJCommonVectorInt64SetElement(VectorInt64Handle vec, int64_t index, int64_t value) in FFICJCommonVectorInt64SetElement() 96 int64_t FFICJCommonVectorInt64GetElement(VectorInt64Handle vec, int64_t index) in FFICJCommonVectorInt64GetElement() 103 void FFICJCommonVectorUInt8SetElement(VectorUInt8Handle vec, int64_t index, uint8_t value) in FFICJCommonVectorUInt8SetElement() 109 uint8_t FFICJCommonVectorUInt8GetElement(VectorUInt8Handle vec, int64_t index) in FFICJCommonVectorUInt8GetElement() 116 void FFICJCommonVectorUInt32SetElement(VectorUInt32Handle vec, int64_t index, uint32_t value) in FFICJCommonVectorUInt32SetElement() 122 uint32_t FFICJCommonVectorUInt32GetElement(VectorUInt32Handle vec, int64_t index) in FFICJCommonVectorUInt32GetElement() 129 void FFICJCommonVectorFloat32SetElement(VectorFloat32Handle vec, int64_t index, float value) in FFICJCommonVectorFloat32SetElement() [all …]
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
| D | bms_bundle_install_device_type_test.cpp | 101 std::vector<std::string> vec; variable 121 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; variable 142 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; variable 163 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; variable 184 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; variable 205 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; variable 226 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; variable 245 std::vector<std::string> vec; variable 262 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; variable 279 std::vector<std::string> vec; variable [all …]
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
| D | wifi_config_file_test.cpp | 52 std::vector<WifiConfig> vec; variable 110 std::vector<WifiDeviceConfig> vec; variable 157 std::vector<HotspotConfig> vec; variable 195 std::vector<StationInfo> vec; variable 213 static void AddWifiP2pGroupInfoTestFirst(std::vector<WifiP2pGroupInfo> &vec) in AddWifiP2pGroupInfoTestFirst() 259 static void AddWifiP2pGroupInfoTestSecond(std::vector<WifiP2pGroupInfo> &vec) in AddWifiP2pGroupInfoTestSecond() 307 std::vector<WifiP2pGroupInfo> vec; variable
|
| D | wifi_ip_tools_test.cpp | 119 std::vector<std::string> vec; variable
|
| /foundation/multimedia/media_foundation/test/unittest/ |
| D | TestAlgoExt.cpp | 31 std::vector<int> vec {1, 2, 3, 4}; variable 36 std::vector<std::string> vec {"one", "two", "three"}; variable 43 std::vector<int> vec {1, 2, 3, 4}; variable
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
| D | wifi_global_func.h | 102 int Vec2Char(const std::vector<T> &vec, T *pChar, int& len, int memSize) in Vec2Char() 132 int Char2Vec(const T *pChar, int len, std::vector<T> &vec) in Char2Vec() 156 int Val2HexChar(const std::vector<T> &vec, char *pHexChar, unsigned memSize) in Val2HexChar() 178 std::string JoinVecToString(const std::vector<T> &vec, const std::string &delimiter) in JoinVecToString()
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/ |
| D | util.h | 25 BASE_NS::vector<IEngineValue::Ptr> vec; local 40 BASE_NS::vector<IEngineValue::Ptr> vec; variable
|
| /foundation/communication/ipc/interfaces/innerkits/rust/src/ |
| D | process.rs | 46 let vec = &mut *(value as *mut Option<Vec<MaybeUninit<T>>>); in allocate_vec_with_buffer() localVariable 71 let vec = &mut *(value as *mut Option<Vec<MaybeUninit<T>>>); in allocate_vec_maybeuninit() localVariable
|
| /foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/ |
| D | ipc_codec.h | 52 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, std::vector<TYPE> &vec) in IpcEncodeBindAttr() 90 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, std::vector<TYPE> &vec) in IpcDecodeBindAttr()
|
| /foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/ |
| D | system_sound_manager_unit_test.cpp | 189 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); variable 210 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); variable 229 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); variable 254 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); variable 290 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); variable
|
| /foundation/arkui/ace_engine/frameworks/base/utils/ |
| D | linear_map.h | 38 int64_t BinarySearchFindIndex(const LinearMapNode<T>* vec, size_t length, const char* key) in BinarySearchFindIndex() 50 int64_t BinarySearchFindIndex(const LinearEnumMapNode<K, V>* vec, size_t length, K key) in BinarySearchFindIndex()
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/engine/ |
| D | internal_access.h | 78 BASE_NS::vector<Type> vec; in SyncToEngine() local 102 BASE_NS::vector<Type> vec; in SyncFromEngine() local
|
| /foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
| D | notifier_mgr.cpp | 77 for (auto& vec : g_systemloadPair) { in Init() local 144 for (auto& vec : g_systemloadPair) { in OnDeviceLevelChanged() local 175 std::vector<sptr<IRemoteObject>> vec{ info.notifier }; in OnApplicationStateChange() local 238 std::vector<std::pair<int32_t, bool>> vec; in DumpRegisterInfo() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
| D | bms_bundle_get_window_properties_test.cpp | 416 std::vector<int32_t> vec {0, 1, 2}; variable 429 std::vector<int32_t> vec {0, 1, 2}; variable 442 std::vector<int32_t> vec {0}; variable 455 std::vector<int32_t> vec {1}; variable 468 std::vector<int32_t> vec {2}; variable 481 std::vector<int32_t> vec {0, 1, 2}; variable
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/ |
| D | wifi_chip_hal_interface_test.cpp | 59 std::vector<int> vec; variable 80 std::vector<int> vec; variable
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/ |
| D | mock_heif_hw_decode_flow.cpp | 29 …oderFlow::InputParser::SplitString(const std::string& src, char sep, std::vector<std::string>& vec) in SplitString() 57 vector<string> vec; in ParseGridInfo() local 129 vector<uint8_t> vec(fileSize); in ReadFileToVec() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
| D | fuzzer_data.cpp | 85 std::vector<std::string> vec; in GetStringVector() local 103 std::vector<std::u16string> vec; in GetU16StringVector() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
| D | bms_install_daemon_host_impl_test.cpp | 218 std::vector<int64_t> vec; variable 253 std::vector<std::string> vec; variable 269 std::vector<std::string> vec; variable 408 std::vector<std::string> vec; variable 424 std::vector<std::string> vec; variable 455 std::vector<std::string> vec; variable 662 std::vector<int64_t> vec; variable 678 std::vector<std::string> vec; variable 694 std::vector<std::string> vec; variable
|
| D | bms_install_daemon_ipc_test.cpp | 300 std::vector<int64_t> vec; variable 331 std::vector<std::string> vec; variable 347 std::vector<std::string> vec; variable 486 std::vector<std::string> vec; variable 502 std::vector<std::string> vec; variable 533 std::vector<std::string> vec; variable
|
| /foundation/distributeddatamgr/preferences/frameworks/native/src/ |
| D | preferences_value_parcel.cpp | 268 std::vector<uint8_t> vec = std::get<std::vector<uint8_t>>(value.value_); in MarshallingVecUInt8AfterType() local 332 std::vector<double> vec = std::get<std::vector<double>>(value.value_); in MarshallingVecDoubleAfterType() local 357 const std::vector<bool> vec = std::get<std::vector<bool>>(value.value_); in MarshallingVecBoolAfterType() local 541 std::vector<uint8_t> vec; in UnmarshallingVecUInt8() local 557 std::vector<double> vec; in UnmarshallingVecDouble() local 573 std::vector<bool> vec; in UnmarshallingVecBool() local 592 std::vector<uint64_t> vec; in UnmarshallingVecBigInt() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
| D | bluetooth_utils_server.h | 33 std::string ToLogString(std::set<T> vec) in ToLogString()
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
| D | core_metadata.inl | 320 auto& vec = *(BASE_NS::vector<T>*)(container); local 326 auto& vec = *(BASE_NS::vector<T>*)(container); local 333 auto& vec = *(BASE_NS::vector<T>*)(container); local 339 auto& vec = *(BASE_NS::vector<T>*)(container); local 347 auto& vec = *(BASE_NS::vector<T>*)(container); local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/ |
| D | rs_profiler_packet_test.cpp | 84 std::vector<int> vec = { 0, -1, 1, -2, 2, -3, 3 }; variable 120 std::vector<int> vec = { 2, 1, 0, -1, -2 }; variable
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
| D | blob_test.cpp | 63 std::vector<uint8_t> vec = {'1', '2', '3', '4'}; variable 93 std::vector<uint8_t> vec = {'1', '2', '3', '4'}; variable 121 std::vector<uint8_t> vec = {'1', '2', '3', '4'}; variable
|
| /foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
| D | accessibility_node_test_ng.cpp | 139 std::vector<std::pair<std::string, std::string>> vec; variable 176 std::vector<std::string> vec; variable 242 std::vector<std::pair<std::string, std::string>> vec; variable
|