Searched defs:stringData (Results 1 – 9 of 9) sorted by relevance
| /foundation/communication/ipc/ipc/native/test/unittest/common/ |
| D | ipc_c_process_unittest.cpp | 63 static bool BytesAllocator(void *stringData, char **buffer, int32_t len) in BytesAllocator()
|
| D | ipc_c_message_parcel_unittest.cpp | 52 static bool CParcelBytesAllocatorOk(void *stringData, char **buffer, int32_t len) in CParcelBytesAllocatorOk() 71 static bool CParcelBytesAllocatorErr(void *stringData, char **buffer, int32_t len) in CParcelBytesAllocatorErr()
|
| D | ipc_c_remote_object_unittest.cpp | 74 static bool Bytes16Allocator(void *stringData, uint16_t **buffer, int32_t len) in Bytes16Allocator()
|
| /foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
| D | formmgr_fuzzer.cpp | 60 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
| D | formmgrproxy_fuzzer.cpp | 57 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| D | text_adapter.cpp | 189 char* stringData = static_cast<char*>(UIMalloc(len + 1)); in SetData() local
|
| /foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/ |
| D | fms_form_provider_data_new_leg_test.cpp | 251 std::string stringData = "bb"; variable 385 std::string stringData = "aa"; variable 472 std::string stringData = "aa"; variable
|
| /foundation/communication/ipc/ipc/native/src/c_wrapper/source/ |
| D | c_parcel.cpp | 235 bool CParcelWriteString(CParcel *parcel, const char *stringData, int32_t length) in CParcelWriteString() 256 bool CParcelReadString(const CParcel *parcel, void *stringData, OnCParcelBytesAllocator allocator) in CParcelReadString() 304 bool CParcelReadString16(const CParcel *parcel, void *stringData, OnCParcelBytesAllocator allocator) in CParcelReadString16()
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/map_mce/ |
| D | map_mce_data_analyse.cpp | 490 MceSplitString stringData(msgStr_, filter); in MakeWordList() local
|