Searched refs:CheckParamAndGetToken (Results 1 – 2 of 2) sorted by relevance
60 int32_t CheckParamAndGetToken(napi_env env, size_t argc, napi_value *argv, int32_t &token);
596 int32_t JsContinuationManager::CheckParamAndGetToken(napi_env env, size_t argc, napi_value *argv, i… in CheckParamAndGetToken() function in OHOS::DistributedSchedule::JsContinuationManager617 int32_t errCode = CheckParamAndGetToken(env, argc, argv, token); in OnStartDeviceManager()