Searched refs:OH_HiAppEvent_AddBoolParam (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/ |
H A D | hiappevent.h | 60 * OH_HiAppEvent_AddBoolParam(list, "bool_key", boolean); 229 ParamList OH_HiAppEvent_AddBoolParam(ParamList list, const char* name, bool boolean);
|
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_native_test.cpp | 106 OH_HiAppEvent_AddBoolParam(list, "bool_key", boolean); in HWTEST_F() 194 OH_HiAppEvent_AddBoolParam(list, nullptr, boolean); in HWTEST_F()
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 160 ParamList OH_HiAppEvent_AddBoolParam(ParamList list, const char* name, bool boolean) in OH_HiAppEvent_AddBoolParam() function
|
Completed in 4 milliseconds