Home
last modified time | relevance | path

Searched defs:neededLen (Results 1 – 2 of 2) 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
/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()