Searched refs:SOFTBUS_ASSIGNER_SIZE (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/ |
H A D | softbus_event.c | 154 HiSysEventParam params[SOFTBUS_ASSIGNER_SIZE] = { 0 }; in WriteSoftbusEvent() 155 size_t size = ConvertSoftbusForm2Param(params, SOFTBUS_ASSIGNER_SIZE, form); in WriteSoftbusEvent() 177 HiSysEventParam params[SOFTBUS_ASSIGNER_SIZE] = { 0 }; in WriteSoftbusAudit() 178 size_t size = ConvertSoftbusForm2Param(params, SOFTBUS_ASSIGNER_SIZE, form); in WriteSoftbusAudit()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | lnn_hisysevent_matcher.h | 62 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc… 112 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc… 154 …params += SOFTBUS_ASSIGNER_SIZE - 1; // Skip softbus params, they are matched by SoftbusParamArray… 195 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc…
|
H A D | trans_hisysevent_matcher.h | 56 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc… 98 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc… 141 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc… 185 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc…
|
H A D | disc_hisysevent_matcher.h | 53 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc… 89 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc…
|
H A D | conn_hisysevent_matcher.h | 69 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc… 118 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc… 144 …params += SOFTBUS_ASSIGNER_SIZE; // Skip softbus params, they are matched by SoftbusParamArrayMatc…
|
H A D | softbus_hisysevent_matcher.h | 28 EXPECT_EQ(paramSize, (formSize + SOFTBUS_ASSIGNER_SIZE));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/ |
H A D | softbus_event_test.cpp | 55 constexpr int32_t VALID_FORM_SIZE = SOFTBUS_ASSIGNER_SIZE;
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | softbus_event_converter.h | 152 #define SOFTBUS_ASSIGNER_SIZE 4 // Size of g_softbusAssigners macro
|