Home
last modified time | relevance | path

Searched refs:I64_PTR_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.h32 const int8_t I64_PTR_TYPE = 7; variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dparameter_parse.cpp41 const int8_t I64_PTR_TYPE = 7; variable
184 } else if (head->valueType == I64_PTR_TYPE) { // int64_t* in SetDataParameters()
429 p->valueType = I64_PTR_TYPE; in InnerWrapWantParamsArray()
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent.cpp206 …OHOS::EventFwk::GetDataArrayFromParams<long>(parameters, key, OHOS::EventFwk::I64_PTR_TYPE, array); in OH_CommonEvent_GetLongArrayFromParameters()
H A Doh_commonevent_parameters_parse.cpp144 p->valueType = I64_PTR_TYPE; in InnerWrapWantParamsArray()