Home
last modified time | relevance | path

Searched refs:PAYLOAD_NUM (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
Dservice_manager_hdi_c_test.cpp43 static constexpr int PAYLOAD_NUM = 1234; variable
134 int32_t payload = PAYLOAD_NUM;
163 HdfSbufWriteInt32(data, PAYLOAD_NUM);
164 HdfSbufWriteInt32(data, PAYLOAD_NUM);
172 int32_t expRes = PAYLOAD_NUM + PAYLOAD_NUM;
299 HdfSbufWriteInt32(data, PAYLOAD_NUM);
300 HdfSbufWriteInt32(data, PAYLOAD_NUM);
308 int32_t expRes = PAYLOAD_NUM + PAYLOAD_NUM;
Dservice_manager_hdi_test.cpp56 static constexpr int PAYLOAD_NUM = 1234; variable
144 int32_t payload = PAYLOAD_NUM;
168 data.WriteInt32(PAYLOAD_NUM);
169 data.WriteInt32(PAYLOAD_NUM);
175 int32_t expRes = PAYLOAD_NUM + PAYLOAD_NUM;
252 data.WriteInt32(PAYLOAD_NUM);
253 data.WriteInt32(PAYLOAD_NUM);
259 int32_t expRes = PAYLOAD_NUM + PAYLOAD_NUM;