Home
last modified time | relevance | path

Searched refs:GetDataArrayFromParams (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent.cpp177 …return OHOS::EventFwk::GetDataArrayFromParams<int>(parameters, key, OHOS::EventFwk::I32_PTR_TYPE, … in OH_CommonEvent_GetIntArrayFromParameters()
206 …return OHOS::EventFwk::GetDataArrayFromParams<long>(parameters, key, OHOS::EventFwk::I64_PTR_TYPE,… in OH_CommonEvent_GetLongArrayFromParameters()
235 …return OHOS::EventFwk::GetDataArrayFromParams<bool>(parameters, key, OHOS::EventFwk::BOOL_PTR_TYPE… in OH_CommonEvent_GetBoolArrayFromParameters()
264 …return OHOS::EventFwk::GetDataArrayFromParams<char>(parameters, key, OHOS::EventFwk::STR_TYPE, arr… in OH_CommonEvent_GetCharArrayFromParameters()
294 …return OHOS::EventFwk::GetDataArrayFromParams<double>(parameters, key, OHOS::EventFwk::DOUBLE_PTR_… in OH_CommonEvent_GetDoubleArrayFromParameters()
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/include/
H A Doh_commonevent_parameters_parse.h58 int32_t GetDataArrayFromParams(const CArrParameters* parameters, const char* key, int8_t type, T** … in GetDataArrayFromParams() function