Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
Dhiappevent_impl.cpp40 int HiAppEventImpl::Configure(bool disable, const std::string& maxStorage) in Configure()
/base/hiviewdfx/hiappevent/test/unittest/common/napi/
Dnapi_hiappevent.test.js990 maxStorage: "10G" property
997 maxStorage: "100m" property
1001 maxStorage: "10M" property
1023 maxStorage: "xxx" property
1032 maxStorage: {} property
1062 configureTest({ maxStorage: null }, expectErr) property
1066 configureTest({ maxStorage: "**22" }, expectErr) property
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
Dcommon.h24 const char* maxStorage = nullptr; member