Searched refs:OH_HiAppEvent_Configure (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_native_test.cpp | 396 OH_HiAppEvent_Configure(DISABLE, "true"); in HWTEST_F() 403 OH_HiAppEvent_Configure(DISABLE, "false"); in HWTEST_F() 423 bool res = OH_HiAppEvent_Configure(nullptr, nullptr); in HWTEST_F() 426 res = OH_HiAppEvent_Configure("key", "true"); in HWTEST_F() 429 res = OH_HiAppEvent_Configure(DISABLE, "xxx"); in HWTEST_F() 432 res = OH_HiAppEvent_Configure(MAX_STORAGE, "xxx"); in HWTEST_F() 435 res = OH_HiAppEvent_Configure("", "100M"); in HWTEST_F() 453 bool res = OH_HiAppEvent_Configure(MAX_STORAGE, "1k"); in HWTEST_F() 462 res = OH_HiAppEvent_Configure(MAX_STORAGE, "100M"); in HWTEST_F()
|
/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/ |
H A D | hiappevent.h | 451 bool OH_HiAppEvent_Configure(const char* name, const char* value);
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 288 bool OH_HiAppEvent_Configure(const char* name, const char* value) in OH_HiAppEvent_Configure() function
|
Completed in 4 milliseconds