Searched refs:PARAMETER_TYPE (Results 1 – 2 of 2) sorted by relevance
71 const std::map<int32_t, std::string> JsUtils::PARAMETER_TYPE = { member in OHOS::MiscServices::JsUtils94 auto iter = PARAMETER_TYPE.find(type); in ThrowException()95 if (iter != PARAMETER_TYPE.end()) { in ThrowException()
122 static const std::map<int32_t, std::string> PARAMETER_TYPE; variable