Home
last modified time | relevance | path

Searched defs:stringData (Results 1 – 9 of 9) sorted by relevance

/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_c_process_unittest.cpp63 static bool BytesAllocator(void *stringData, char **buffer, int32_t len) in BytesAllocator()
Dipc_c_message_parcel_unittest.cpp52 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()
Dipc_c_remote_object_unittest.cpp74 static bool Bytes16Allocator(void *stringData, uint16_t **buffer, int32_t len) in Bytes16Allocator()
/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
Dformmgr_fuzzer.cpp60 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
Dformmgrproxy_fuzzer.cpp57 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local
/foundation/arkui/ui_lite/frameworks/components/
Dtext_adapter.cpp189 char* stringData = static_cast<char*>(UIMalloc(len + 1)); in SetData() local
/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
Dfms_form_provider_data_new_leg_test.cpp251 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/
Dc_parcel.cpp235 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/
Dmap_mce_data_analyse.cpp490 MceSplitString stringData(msgStr_, filter); in MakeWordList() local