Searched defs:ParseInt (Results 1 – 4 of 4) sorted by relevance
59 static void ParseInt(napi_env env, napi_value propertyNapi, int32_t& property) in ParseInt() function
330 bool ParseInt(const std::string &str, int32_t *value) in ParseInt() function
118 bool CommonFunc::ParseInt(napi_env env, napi_value args, int32_t ¶m) in ParseInt() function in OHOS::AppExecFwk::CommonFunc
1087 static napi_value ParseInt(napi_env env, int ¶m, napi_value args) in ParseInt() function