Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_param_builder.cpp36 constexpr size_t MAX_LENGTH_OF_PARAM_NAME = 32; variable
H A Dnapi_hiappevent_builder.cpp36 constexpr size_t MAX_LENGTH_OF_PARAM_NAME = 32; variable
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent_c.h26 #define MAX_LENGTH_OF_PARAM_NAME 49 macro
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event.rs19 const MAX_LENGTH_OF_PARAM_NAME: usize = 49; const
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp41 static constexpr int MAX_LENGTH_OF_PARAM_NAME = 32; variable