Home
last modified time | relevance | path

Searched refs:maxStorage (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dhiappevent_impl.h32 static int Configure(bool disable, const std::string& maxStorage);
H A Dcommon.h24 const char* maxStorage = nullptr; member
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp40 int HiAppEventImpl::Configure(bool disable, const std::string& maxStorage) in Configure() argument
48 bool maxStorageRes = HiAppEventConfig::GetInstance().SetConfigurationItem("max_storage", maxStorage); in Configure()
50 LOGE("HiAppEvent failed to configure maxStorage HiAppEvent"); in Configure()
H A Dhiappevent_ffi.cpp187 int code = HiAppEventImpl::Configure(config.disable, config.maxStorage); in FfiOHOSHiAppEventConfigure()

Completed in 3 milliseconds