Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/innerkits/analysis_model/src/
H A Dcode_signature_analysis_kit.c354 unsigned long long neededLen = g_riskAppCount * sizeof(NotifyRiskResultInfo); in GetResult() local
355 if (*resultLen < neededLen) { in GetResult()
356 … MODEL_LOG_ERROR("[%s]:ResultLen %u is smaller than needed %llu", __func__, *resultLen, neededLen); in GetResult()
360 if (neededLen == 0) { in GetResult()
366 NotifyRiskResultInfo *data = (NotifyRiskResultInfo *)malloc(neededLen); in GetResult()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_data_generator.cpp62 void GenerateFixedLenRandString(unsigned int neededLen, RandType randType, std::string &genString) in GenerateFixedLenRandString() argument
74 for (unsigned int index = 0; index < neededLen; ++index) { in GenerateFixedLenRandString()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_data_generator.h511 void GenerateFixedLenRandString(unsigned int neededLen, RandType randType, std::string &genString);