Home
last modified time | relevance | path

Searched defs:booleans (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_c.cpp88 ParamList AddBoolArrayParamValue(ParamList list, const char* name, const bool* booleans, int arrSiz… in AddBoolArrayParamValue()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
Dhiappevent_ndk.c40 ParamList OH_HiAppEvent_AddBoolArrayParam(ParamList list, const char* name, const bool* booleans, i… in OH_HiAppEvent_AddBoolArrayParam()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_native_test.cpp129 bool booleans[] = {true, false, true}; variable