Home
last modified time | relevance | path

Searched refs:Int64FromParcel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/request/request/frameworks/native/include/
H A Dresponse_message_receiver.h42 static int32_t Int64FromParcel(int64_t &num, char *&parcel, int32_t &size);
/ohos5.0/base/request/request/frameworks/native/src/
H A Dresponse_message_receiver.cpp37 int32_t ResponseMessageReceiver::Int64FromParcel(int64_t &num, char *&parcel, int32_t &size) in Int64FromParcel() function in OHOS::Request::ResponseMessageReceiver
208 if (Int64FromParcel(value, parcel, size)) { in VecInt64FromParcel()
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dresponse_message_receiver_test.cpp93 EXPECT_EQ(ResponseMessageReceiver::Int64FromParcel(num, parcel, size), -1);
95 EXPECT_EQ(ResponseMessageReceiver::Int64FromParcel(num, parcel, size), 0);
/ohos5.0/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
H A Ddownloaduploadmanager_fuzzer.cpp443 ResponseMessageReceiver::Int64FromParcel(num, parcel, testSize); in ResponseMessageFuzzTestInt64FromParcel()
445 ResponseMessageReceiver::Int64FromParcel(num, parcel, testSize); in ResponseMessageFuzzTestInt64FromParcel()