Searched refs:booleans (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/ |
H A D | hiappevent.h | 236 * @param booleans The bool array value of the param to be added. 242 ParamList OH_HiAppEvent_AddBoolArrayParam(ParamList list, const char* name, const bool* booleans, int arrSize);
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 168 ParamList OH_HiAppEvent_AddBoolArrayParam(ParamList list, const char* name, const bool* booleans, int arrSize) in OH_HiAppEvent_AddBoolArrayParam() argument 170 if (list == NULL || name == NULL || booleans == NULL) { in OH_HiAppEvent_AddBoolArrayParam() 173 return ADD_BOOL_ARR_PARAM(list, name, booleans, arrSize); in OH_HiAppEvent_AddBoolArrayParam()
|
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_native_test.cpp | 107 bool booleans[] = {true, false, true}; in HWTEST_F() local 108 OH_HiAppEvent_AddBoolArrayParam(list, "bool_arr_key", booleans, sizeof(booleans) / sizeof(booleans[0])); in HWTEST_F()
|
Completed in 3 milliseconds