Searched refs:SetInt64 (Results 1 – 4 of 4) sorted by relevance
44 void SetInt64(int64_t value) { value_ = value; } in SetInt64() function
38 …static int32_t SetInt64(napi_env env, napi_value arg, const std::string &attrName, int64_t intValu…
103 int32_t NapiCommonUtils::SetInt64(napi_env env, napi_value arg, const std::string &attrName, int64_… in SetInt64() function in OHOS::UpdateEngine::NapiCommonUtils
158 NapiCommonUtils::SetInt64(env, napiVersionComponent, "size", versionComponents[i].size); in BuildVersionComponents()