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/
Ddevicestatusagent_fuzzer.cpp44 int32_t idSize = 4; in TestSubscribeAgentEvent() local
45 errno_t ret = memcpy_s(type, sizeof(type), data, idSize); in TestSubscribeAgentEvent()
69 int32_t idSize = 4; in TestSubscribeAgentEventIsNullptr() local
70 errno_t ret = memcpy_s(type, sizeof(type), data, idSize); in TestSubscribeAgentEventIsNullptr()
88 int32_t idSize = 4; in TestSubscribeAgentEventTypeIsNullptr() local
89 errno_t ret = memcpy_s(type, sizeof(type), data, idSize); in TestSubscribeAgentEventTypeIsNullptr()
111 size_t idSize = 8; in DoSomethingInterestingWithMyAPI() local
112 if (size > idSize) { in DoSomethingInterestingWithMyAPI()
/base/msdp/device_status/test/fuzztest/devicestatusclient_fuzzer/
Ddevicestatusclient_fuzzer.cpp47 int32_t idSize = 4; in TestSubscribeCallback() local
48 errno_t ret = memcpy_s(type, sizeof(type), data, idSize); in TestSubscribeCallback()
78 int32_t idSize = 8; in DoSomethingInterestingWithMyAPI() local
79 if (static_cast<int32_t>(size) > idSize) { in DoSomethingInterestingWithMyAPI()