Home
last modified time | relevance | path

Searched refs:idSize (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/test/fuzztest/devicestatusagent_fuzzer/
H A Ddevicestatusagent_fuzzer.cpp46 int32_t idSize = 4; in TestSubscribeAgentEvent() local
47 errno_t ret = memcpy_s(type, sizeof(type), data, idSize); in TestSubscribeAgentEvent()
71 int32_t idSize = 4; in TestSubscribeAgentEventIsNullptr() local
72 errno_t ret = memcpy_s(type, sizeof(type), data, idSize); in TestSubscribeAgentEventIsNullptr()
90 int32_t idSize = 4; in TestSubscribeAgentEventTypeIsNullptr() local
91 errno_t ret = memcpy_s(type, sizeof(type), data, idSize); in TestSubscribeAgentEventTypeIsNullptr()
113 size_t idSize = 8; in DoSomethingInterestingWithMyAPI() local
114 if (size > idSize) { in DoSomethingInterestingWithMyAPI()
/base/msdp/device_status/test/fuzztest/devicestatusclient_fuzzer/
H A Ddevicestatusclient_fuzzer.cpp36 int32_t idSize = 8; in DeviceStatusClientFuzzTest() local
37 if (static_cast<int32_t>(size) > idSize) { in DeviceStatusClientFuzzTest()
58 int32_t idSize = 4; in TestSubscribeCallback() local
59 errno_t ret = memcpy_s(type, sizeof(type), data, idSize); in TestSubscribeCallback()

Completed in 2 milliseconds