Home
last modified time | relevance | path

Searched refs:BOOL_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.h33 const int8_t BOOL_PTR_TYPE = 8; variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dparameter_parse.cpp42 const int8_t BOOL_PTR_TYPE = 8; variable
188 } else if (head->valueType == BOOL_PTR_TYPE) { // bool* in SetDataParameters()
423 p->valueType = BOOL_PTR_TYPE; in InnerWrapWantParamsArray()
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent.cpp235 …HOS::EventFwk::GetDataArrayFromParams<bool>(parameters, key, OHOS::EventFwk::BOOL_PTR_TYPE, array); in OH_CommonEvent_GetBoolArrayFromParameters()
H A Doh_commonevent_parameters_parse.cpp138 p->valueType = BOOL_PTR_TYPE; in InnerWrapWantParamsArray()