Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_function.cpp56 std::vector<std::string> paramNames = GetParamNames(inter, context); in Execute() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp193 bool VerifyAppEventParam(AppEventParam& param, std::unordered_set<std::string>& paramNames, int& ve… in VerifyAppEventParam()
233 int VerifyCustomAppEventParam(AppEventParam& param, std::unordered_set<std::string>& paramNames) in VerifyCustomAppEventParam()
410 std::unordered_set<std::string> paramNames; in VerifyAppEvent() local
448 std::unordered_set<std::string> paramNames; in VerifyCustomEventParams() local
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp1473 std::vector<std::string> paramNames; variable