Home
last modified time | relevance | path

Searched refs:IsValidCustomConfigsNum (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_verify.h49 bool IsValidCustomConfigsNum(size_t num);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp354 if (!IsValidCustomConfigsNum(config.customConfigs.size())) { in VerifyCustomConfigsOfReportConfig()
544 bool IsValidCustomConfigsNum(size_t num) in IsValidCustomConfigsNum() function
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp288 if (!IsValidCustomConfigsNum(keys.size())) { in GenConfigCustomConfigsProp()