Searched refs:GetStringArgument (Results 1 – 3 of 3) sorted by relevance
24 static std::string GetStringArgument(napi_env env, napi_value value);
19 std::string CommonUtils::GetStringArgument(napi_env env, napi_value value) in GetStringArgument() function in CommonUtils
80 imagePath = CommonUtils::GetStringArgument(env, args[0]); in savePixelMapForPath()97 outImagePath = CommonUtils::GetStringArgument(env, args[0]); in creatOutPixeMapForPath()