Searched refs:nowTmp (Results 1 – 1 of 1) sorted by relevance
229 int32_t nowTmp; in AddFaultLog() local231 napi_get_value_int32(env, parameters[ONE_PARAMETER - 1], &nowTmp); in AddFaultLog()232 int64_t now = time(nullptr) + nowTmp; in AddFaultLog()