Lines Matching refs:arg
138 static int32_t GetStringValue(napi_env env, napi_value arg, std::string &strValue);
168 int32_t ProcessUnsubscribe(const std::string &eventType, size_t argc, napi_value arg);
169 UpdateSession *FindSessionByHandle(napi_env env, const std::string &eventType, napi_value arg);
178 const napi_value arg, OHOS::update_engine::UpdatePolicy &updatePolicy) const;
184 …static int32_t GetInt32(napi_env env, napi_value arg, const std::string &attrName, int32_t &intVal…
185 …static int32_t GetInt64(napi_env env, napi_value arg, const std::string &attrName, int64_t &intVal…
186 static int32_t GetBool(napi_env env, napi_value arg, const std::string &attrName, bool &value);
188 …static int32_t SetString(napi_env env, napi_value arg, const std::string &attrName, const std::str…
189 …static int32_t SetInt32(napi_env env, napi_value arg, const std::string &attrName, int32_t intValu…
190 …static int32_t SetInt64(napi_env env, napi_value arg, const std::string &attrName, int64_t intValu…
191 static int32_t SetBool(napi_env env, napi_value arg, const std::string &attrName, bool value);