Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/test/unittest/common/napi/
Dnapi_hiappevent.test.js962 maxStorage: "10G" property
969 maxStorage: "100m" property
973 maxStorage: "10M" property
995 maxStorage: "xxx" property
1004 maxStorage: {} property
1034 configureTest({ maxStorage: null }, expectErr) property
1038 configureTest({ maxStorage: "**22" }, expectErr) property
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
Dhiappevent_impl.cpp41 int HiAppEventImpl::Configure(bool disable, const std::string& maxStorage) in Configure()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
Dcommon.h24 const char* maxStorage = nullptr; member