Home
last modified time | relevance | path

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

/base/update/updater/services/script/script_interpreter/
Dscript_function.cpp56 std::vector<std::string> paramNames = GetParamNames(inter, context); in Execute() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp194 bool VerifyAppEventParam(AppEventParam& param, std::unordered_set<std::string>& paramNames, int& ve… in VerifyAppEventParam()
234 int VerifyCustomAppEventParam(AppEventParam& param, std::unordered_set<std::string>& paramNames) in VerifyCustomAppEventParam()
420 std::unordered_set<std::string> paramNames; in VerifyAppEvent() local
458 std::unordered_set<std::string> paramNames; in VerifyCustomEventParams() local
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_native_test.cpp1452 std::vector<std::string> paramNames; variable