Searched refs:ClearParametersPtr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/ |
H A D | oh_commonevent_parameters_parse.cpp | 93 void ClearParametersPtr(CParameters **ptr, int count, bool isKey) in ClearParametersPtr() function 175 return ClearParametersPtr(¶meters->head, count, true); in ParseParameters()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | parameter_parse.cpp | 297 void ClearParametersPtr(CParameters **ptr, int count, bool isKey) in ClearParametersPtr() function 463 return ClearParametersPtr(&cData.parameters.head, count, true); in ParseParameters() 486 return ClearParametersPtr(&cData.parameters.head, count, true); in ParseParameters()
|