Home
last modified time | relevance | path

Searched defs:MAX_LENGTH_OF_EVENT_NAME (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_record_c.h25 #define MAX_LENGTH_OF_EVENT_NAME 33 macro
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_c_wrapper.cpp39 …SplitStringToArray(const char src[], unsigned int srcMaxLen, char dest[][MAX_LENGTH_OF_EVENT_NAME], in SplitStringToArray()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp40 static constexpr int MAX_LENGTH_OF_EVENT_NAME = 48; variable
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event_manager.rs24 const MAX_LENGTH_OF_EVENT_NAME: usize = 33; const
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c78 #define MAX_LENGTH_OF_EVENT_NAME 33 macro