Home
last modified time | relevance | path

Searched refs:I32_TYPE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/include/
H A Doh_commonevent_parameters_parse.h25 const int8_t I32_TYPE = 0; variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dparameter_parse.cpp34 const int8_t I32_TYPE = 0; variable
165 if (head->valueType == I32_TYPE) { // int32_t in SetDataParameters()
473 ptr->valueType = I32_TYPE; in ParseParameters()
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent.cpp163 …return OHOS::EventFwk::GetDataFromParams<int>(parameters, key, OHOS::EventFwk::I32_TYPE, defaultVa… in OH_CommonEvent_GetIntFromParameters()
H A Doh_commonevent_parameters_parse.cpp187 ptr->valueType = I32_TYPE; in ParseParameters()